]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-imprint.php
Better checks + always return FALSE on abort
[mailer.git] / inc / loader / load-imprint.php
index ab2f389025d3a3dc8f7982b30b0cd4e0e8b856a5..eb1d818d81a58189caca0f8382d0c7823615fdf9 100644 (file)
 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;
 } elseif (!isExtensionInstalled('imprint')) {
-       // Not not cache if not installed!
-       return;
+       // Do not cache if not installed!
+       return FALSE;
 }
 
 // Let's start with the admins table...