X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_extensions.php;h=4fc530349ea17a17f1bd50c7b09c23aa44bd5984;hp=a1544e6c3c0a31408c4b4f84402165ff6be13cf5;hb=b78901ad398c21e1fd0ab0baf56036c4d422db32;hpb=9fd580a0c95cbb6a3e50f0c110805ff1636e4acf diff --git a/inc/load_extensions.php b/inc/load_extensions.php index a1544e6c3c..4fc530349e 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -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);