Skip to content

Commit

Permalink
Merge pull request #10921 from atm-greg/Fix_hook_in_margins_heads
Browse files Browse the repository at this point in the history
FIX missing hook completeTabsHead in margins module
  • Loading branch information
eldy committed Mar 31, 2019
2 parents 8711e51 + 83d7750 commit 5dfc1c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/margin/lib/margins.lib.php
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5dfc1c0

Please sign in to comment.