2
0
forked from Wavyzz/dolibarr

Fix scrutinizer

This commit is contained in:
Laurent Destailleur
2022-01-13 20:16:12 +01:00
parent fccddd7805
commit cb45f79ab0
4 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ function mymoduleAdminPrepareHead()
//); // to remove a tab
complete_head_from_modules($conf, $langs, null, $head, $h, 'mymodule@mymodule');
complete_head_from_modules($conf, $langs, $object, $head, $h, 'mymodule@mymodule', 'remove');
complete_head_from_modules($conf, $langs, null, $head, $h, 'mymodule@mymodule', 'remove');
return $head;
}