More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / loader / load_cache-them.php
index dc5e4973b58180856434b58545704d978692eb80..ae2d6bfceb665bea42d094a50f862775983c3547 100644 (file)
@@ -71,7 +71,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('themes')) && ($GLOBALS['cache_in
 
        // Remove dummy array
        unset($cache);
-} elseif (getOutputMode() != '1') {
+} elseif (getOutputMode() != 1) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();