X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload-filter.php;h=169596961bfa28302cfdfb97115a69c46e7baee8;hb=4b10617e87d23f8813857c05b6696f6398a23b90;hp=3d40cf2ece7a01c5dbbc0a101a6895c5adf1d05d;hpb=6fe1347966e72af60b43bce71f70faa4ef7438d7;p=mailer.git diff --git a/inc/loader/load-filter.php b/inc/loader/load-filter.php index 3d40cf2ece..169596961b 100644 --- a/inc/loader/load-filter.php +++ b/inc/loader/load-filter.php @@ -38,10 +38,10 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} // END - if - -// Use this code if you don't want to run this cache loader on installation phase -if (isInstallationPhase()) return; +} elseif (isInstallationPhase()) { + // Use this code if you don't want to run this cache loader on installation phase + return; +} // Next cached table is the filteruration (filter)... if (($GLOBALS['cache_instance']->loadCacheFile('filter')) && ($GLOBALS['cache_instance']->extensionVersionMatches('sql_patches'))) {