X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload_cache-impressum.php;h=2896bf127f66a1bc69d9743b8f3edfb9ef1ed536;hb=d2c972ef5f68c2f69865aa4f392841d166a419ae;hp=1e448562ab8660f88e99831c5d6f28d964b1b1d1;hpb=5dc48c7ca2416a0893a34a2e049827a4b4ce68b9;p=mailer.git diff --git a/inc/loader/load_cache-impressum.php b/inc/loader/load_cache-impressum.php index 1e448562ab..2896bf127f 100644 --- a/inc/loader/load_cache-impressum.php +++ b/inc/loader/load_cache-impressum.php @@ -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 (getScriptOutputMode() != 1) { +} elseif (isHtmlOutputMode()) { // Create cache file $GLOBALS['cache_instance']->init();