More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / loader / load_cache-refsystem.php
index 2d01cceee4387b97491f636376713f74967c9082..7cbbc6a7313050c344749410c8729f50b8aec5e3 100644 (file)
@@ -48,7 +48,7 @@ if (isInstallationPhase()) return;
 if (($GLOBALS['cache_instance']->loadCacheFile('refsystem')) && ($GLOBALS['cache_instance']->extensionVersionMatches('sql_patches'))) {
        // Load referal system from cache
        $GLOBALS['cache_array']['refsystem'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif (getOutputMode() != '1') {
+} elseif (getOutputMode() != 1) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();