Add complete head into agenda

This commit is contained in:
Florian Henry 2014-01-29 10:11:39 +01:00
parent ca556485e0
commit 526c383f10

View File

@ -434,6 +434,10 @@ function actions_prepare_head($object)
$head[$h][1] = $langs->trans('Info');
$head[$h][2] = 'info';
$h++;
complete_head_from_modules($conf,$langs,$object,$head,$h,'action');
complete_head_from_modules($conf,$langs,$object,$head,$h,'action','remove');
return $head;
}