Fixing style errors.

This commit is contained in:
stickler-ci 2019-10-29 10:16:49 +00:00
parent d310ca6e82
commit 52ef2bb990

View File

@ -702,9 +702,9 @@ function modulehelp_prepare_head($object)
$h++; $h++;
} }
complete_head_from_modules($conf,$langs,null,$head,$h,'modulehelp_admin'); complete_head_from_modules($conf, $langs, null, $head, $h, 'modulehelp_admin');
complete_head_from_modules($conf,$langs,null,$head,$h,'modulehelp_admin','remove'); complete_head_from_modules($conf, $langs, null, $head, $h, 'modulehelp_admin', 'remove');
return $head; return $head;