Qual: Removed missing variable from function call

This commit is contained in:
Raphaël Doursenaud 2014-04-23 15:34:43 +02:00
parent 75eb98033f
commit 996704d258

View File

@ -88,12 +88,12 @@ function categoriesadmin_prepare_head()
// Entries must be declared in modules descriptor with line
// $this->tabs = array('entity:+tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__'); to add new tab
// $this->tabs = array('entity:-tabname); to remove a tab
complete_head_from_modules($conf,$langs,$object,$head,$h,'categoriesadmin');
complete_head_from_modules($conf,$langs,null,$head,$h,'categoriesadmin');
complete_head_from_modules($conf,$langs,$object,$head,$h,'categoriesadmin','remove');
complete_head_from_modules($conf,$langs,null,$head,$h,'categoriesadmin','remove');
return $head;
}
?>
?>