Qual: Removed missing variable from function call

This commit is contained in:
Raphaël Doursenaud 2014-04-23 15:33:15 +02:00
parent e5975d52a9
commit aad4359786

View File

@ -386,14 +386,14 @@ function agenda_prepare_head()
$head[$h][2] = 'other';
$h++;
complete_head_from_modules($conf,$langs,$object,$head,$h,'agenda_admin');
complete_head_from_modules($conf,$langs,null,$head,$h,'agenda_admin');
$head[$h][0] = DOL_URL_ROOT."/admin/agenda_extrafields.php";
$head[$h][1] = $langs->trans("ExtraFields");
$head[$h][2] = 'attributes';
$h++;
complete_head_from_modules($conf,$langs,$object,$head,$h,'agenda_admin','remove');
complete_head_from_modules($conf,$langs,null,$head,$h,'agenda_admin','remove');
return $head;