mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Merge pull request #12523 from oscim/patch-11
Put $object in complete_head_from_modules
This commit is contained in:
@@ -702,9 +702,9 @@ function modulehelp_prepare_head($object)
|
||||
$h++;
|
||||
}
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'modulehelp_admin');
|
||||
complete_head_from_modules($conf, $langs, $object, $head, $h, 'modulehelp_admin');
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'modulehelp_admin', 'remove');
|
||||
complete_head_from_modules($conf, $langs, $object, $head, $h, 'modulehelp_admin', 'remove');
|
||||
|
||||
|
||||
return $head;
|
||||
|
||||
Reference in New Issue
Block a user