]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-revision.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / loader / load_cache-revision.php
index 4f175ba60bccac3579cd7ad601643b95abf94e91..08b60a7b1ade75863bbc4870a35358d1ed6e6ff2 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 if (($GLOBALS['cache_instance']->loadCacheFile('revision'))) {
        // Load revision from cache
        $GLOBALS['cache_array']['revision'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif ((getOutputMode() != '1')) {
+} elseif ((getOutputMode() != 1)) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();