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:
Laurent Destailleur 2020-04-09 19:37:48 +02:00 committed by GitHub
commit 3c9ca3860b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,8 @@ class HookManager
'sendMailAfter',
'showLinkToObjectBlock',
'setContentSecurityPolicy',
'setHtmlTitle'
'setHtmlTitle',
'completeTabsHead'
)
)) $hooktype='addreplace';