]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-impressum.php
Yet-another renaming-mistake :(
[mailer.git] / inc / loader / load_cache-impressum.php
index ccdf5901d8a14b17b2a313d703e6d9df87b9e0e3..1e448562ab8660f88e99831c5d6f28d964b1b1d1 100644 (file)
@@ -52,7 +52,7 @@ if (isInstallationPhase()) return;
 if (($GLOBALS['cache_instance']->loadCacheFile('imprint')) && ($GLOBALS['cache_instance']->extensionVersionMatches('imprint'))) {
        // Load cache
        $GLOBALS['cache_array']['imprint'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif (getOutputMode() != 1) {
+} elseif (getScriptOutputMode() != 1) {
        // Create cache file
        $GLOBALS['cache_instance']->init();