Merge pull request #13543 from atm-lena/11.0_FIX_hookmanager_typeAddReplace_completeTabsHead
FIX - Add function "completeTabsHead" to "addreplace" type hook.
This commit is contained in:
commit
3c9ca3860b
@ -207,7 +207,8 @@ class HookManager
|
|||||||
'sendMailAfter',
|
'sendMailAfter',
|
||||||
'showLinkToObjectBlock',
|
'showLinkToObjectBlock',
|
||||||
'setContentSecurityPolicy',
|
'setContentSecurityPolicy',
|
||||||
'setHtmlTitle'
|
'setHtmlTitle',
|
||||||
|
'completeTabsHead'
|
||||||
)
|
)
|
||||||
)) $hooktype='addreplace';
|
)) $hooktype='addreplace';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user