Merge pull request #10921 from atm-greg/Fix_hook_in_margins_heads
FIX missing hook completeTabsHead in margins module
This commit is contained in:
commit
5dfc1c0897
@ -96,6 +96,9 @@ function marges_prepare_head()
|
|||||||
$head[$h][2] = 'checkMargins';
|
$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;
|
return $head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user