mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Put $object in complete_head_from_modules
Add object for correctly usage in function complete_head_from_modules
This commit is contained in:
parent
30ea48a715
commit
1e6b93500a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user