Initialise hooks early

[MAILPOET-2307]
This commit is contained in:
Pavel Dohnal
2019-09-10 12:47:54 +02:00
committed by Jack Kitterhing
parent 198b04fe24
commit 952b9d7dd4
4 changed files with 11 additions and 2 deletions

View File

@ -158,6 +158,7 @@ class Initializer {
new DeferredAdminNotices,
'printAndClean',
]);
$this->hooks->initEarlyHooks();
}
function checkRequirements() {