]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-themes.php
Better checks + always return FALSE on abort
[mailer.git] / inc / loader / load-themes.php
index 3613f7232db82ea4d61665d4667d67f72218664c..123d538d8da9221a8223b40b0e5ab0c0ef4d43c3 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;
 } elseif (!isExtensionActive('theme')) {
        // Skip this loader
        return FALSE;