Merge pull request #1397 from FHenry/3.5

Add complete head into agenda
This commit is contained in:
Laurent Destailleur
2014-01-29 08:00:28 -08:00

View File

@@ -435,6 +435,10 @@ function actions_prepare_head($object)
$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;
}