]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_extensions.php
Function INIT_FILTER_SYSTEM() is now being executed even when there are no extensions...
[mailer.git] / inc / load_extensions.php
index a1544e6c3c0a31408c4b4f84402165ff6be13cf5..4fc530349ea17a17f1bd50c7b09c23aa44bd5984 100644 (file)
@@ -265,7 +265,10 @@ if ((SQL_NUMROWS($res_ext_crt) > 0) && ((($cacheMode == "init") && ($CSS != "1")
 
        // Free memory
        SQL_FREERESULT($res_ext_crt);
-} // END - if
+} else {
+       // Init filter system even when there are no extensions installed. #16
+       INIT_FILTER_SYSTEM();
+}
 
 // Run the filter
 RUN_FILTER('load_includes', $INC_POOL);