]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-admins.php
Better checks + always return FALSE on abort
[mailer.git] / inc / loader / load-admins.php
index e3b5663ed209ef87de256bac418460ccfbfd0406..d422c046f8c042e74a685cdef2cb7e46d69b86a7 100644 (file)
@@ -39,8 +39,8 @@
 if (!defined('__SECURITY')) {
        die();
 } elseif (isInstallationPhase()) {
-       // Use this code if you don't want to run this cache loader on installation phase
-       return;
+       // Do not run in installation phase
+       return FALSE;
 }
 
 // Let's start with the admins table...