X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_extensions.php;h=4fc530349ea17a17f1bd50c7b09c23aa44bd5984;hp=a1544e6c3c0a31408c4b4f84402165ff6be13cf5;hb=4bd12d7c844163f67cca3489aa0b6c9af61d8adb;hpb=0abe254a699e33eb40d8a9bbddb469830cf4ad93 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);