Merge pull request #10921 from atm-greg/Fix_hook_in_margins_heads

FIX missing hook completeTabsHead in margins module
This commit is contained in:
Laurent Destailleur 2019-03-31 18:21:48 +02:00 committed by GitHub
commit 5dfc1c0897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}