X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_extensions.php;h=7db086e4e1e24254676de54602d21fceccd33a5b;hp=4fc530349ea17a17f1bd50c7b09c23aa44bd5984;hb=6d75cbe3a3f18d5433b552564d286b367d07a630;hpb=4bd12d7c844163f67cca3489aa0b6c9af61d8adb diff --git a/inc/load_extensions.php b/inc/load_extensions.php index 4fc530349e..7db086e4e1 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -265,7 +265,7 @@ if ((SQL_NUMROWS($res_ext_crt) > 0) && ((($cacheMode == "init") && ($CSS != "1") // Free memory SQL_FREERESULT($res_ext_crt); -} else { +} elseif (!EXT_IS_ACTIVE("cache")) { // Init filter system even when there are no extensions installed. #16 INIT_FILTER_SYSTEM(); }