X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Floader%2Fload-admins.php;h=eb3d516155c67cdcd592b458c4418fce5d0e7be8;hp=0ae03bdffe1696faf571ac202e29d58449293a8c;hb=c6e62b16b4474ead6b180a5b9648906459d846da;hpb=ec9f020e34a9f2029a2ea0969564dda015beca8a diff --git a/inc/loader/load-admins.php b/inc/loader/load-admins.php index 0ae03bdffe..eb3d516155 100644 --- a/inc/loader/load-admins.php +++ b/inc/loader/load-admins.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; +} // Let's start with the admins table... if (($GLOBALS['cache_instance']->loadCacheFile('admin')) && ($GLOBALS['cache_instance']->extensionVersionMatches('admins'))) {