Qual: Removed missing variable from function call

This commit is contained in:
Raphaël Doursenaud 2014-04-23 15:45:05 +02:00
parent 652cb77e40
commit 85d1770646

View File

@ -39,9 +39,9 @@ function cronadmin_prepare_head()
$head[$h][2] = 'setup';
$h++;
complete_head_from_modules($conf, $langs, $object, $head, $h, 'cronadmin');
complete_head_from_modules($conf, $langs, null, $head, $h, 'cronadmin');
complete_head_from_modules($conf, $langs, $object, $head, $h, 'cronadmin', 'remove');
complete_head_from_modules($conf, $langs, null, $head, $h, 'cronadmin', 'remove');
return $head;