X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_extensions.php;h=babd32e6af597a9fcbea314640b2954993556d1a;hp=ad2298df621875eb83f35689322470219b8d83c9;hb=4c83f0cc7459cad9ec9c1c68963f5365155ee935;hpb=ee309e90a4fe02c44d668ac6c736c72b969339ab diff --git a/inc/load_extensions.php b/inc/load_extensions.php index ad2298df62..babd32e6af 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -46,7 +46,13 @@ $GLOBALS['cache_instance'] = null; $GLOBALS['cache_array'] = array(); // Skip loading extensions -if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return; +if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isInstalling())) { + // Init filter system here + INIT_FILTER_SYSTEM(); + + // Skip loading + return; +} // END - if // Initialize array for "always keep active extensions" $GLOBALS['cache_array']['active_extensions'] = array();