FIX missing hook completeTabsHead in margins module

This commit is contained in:
atm-greg 2019-03-27 09:33:51 +01:00
parent 8711e51bce
commit 83d7750274

View File

@ -96,6 +96,9 @@ function marges_prepare_head()
$head[$h][2] = 'checkMargins';
}
complete_head_from_modules($conf,$langs,null,$head,$h,'margins','remove');
complete_head_from_modules($conf,$langs,null,$head,$h,'margins');
return $head;
}