]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-refdepths.php
Naming convention, internal TODOs solved:
[mailer.git] / inc / loader / load_cache-refdepths.php
index 010c51066e1ba711376bb6ef3cfa8983fbc08c9a..f4a8c2180b1aa9b6a5c60e92b22431a3bce87fa3 100644 (file)
@@ -49,7 +49,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();
-} elseif (getOutputMode() != 1) {
+} elseif (getScriptOutputMode() != 1) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();