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