]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / loader / load_cache-
index 9ad7371c4b95a72dc9949e89a47cc1ef5b312224..d7c5838e3dfac79fb1cb00495591152ac0ef526b 100644 (file)
@@ -48,7 +48,7 @@ if (!defined('__SECURITY')) {
 if (($GLOBALS['cache_instance']->loadCacheFile('foo')) && ($GLOBALS['cache_instance']->extensionVersionMatches('foo'))) {
        // Load cache
        $GLOBALS['cache_array']['foo'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif (getOutputMode() != '1') {
+} elseif (getOutputMode() != 1) {
        // Create cache file
        $GLOBALS['cache_instance']->init();