More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / loader / load_cache-extension.php
index 00c56c5b72c7713e5ed10b094290471c3521d0d3..d93cb6656d03ad73dbb1def101ced9ed45267ff3 100644 (file)
@@ -131,7 +131,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('extension')) && ($GLOBALS['cache
 
        // Remove array and mark cache as loaded
        unset($EXT_POOL);
-} elseif (getOutputMode() != '1') {
+} elseif (getOutputMode() != 1) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();