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