]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-revision.php
API functions renamed:
[mailer.git] / inc / loader / load_cache-revision.php
index 260b928919fd9eb49afd28885f57c0a16439dfe6..c6322d567a257658073c18a149a8274878c52f71 100644 (file)
@@ -46,7 +46,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 ((getScriptOutputMode() != 1)) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();