]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-impressum.php
Right place...
[mailer.git] / inc / loader / load_cache-impressum.php
index 0f54203250d42b6837a0da728e26411117b88017..d05ff1d6fa7b31bb0c05e32baaa2fc5d0dcc860f 100644 (file)
@@ -51,7 +51,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 (getOutputMode() != 1) {
        // Create cache file
        $GLOBALS['cache_instance']->init();