X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload_cache-impressum.php;h=34e9cb046d7a535bc188dbba54d47edf3f70edcc;hb=ee3e99bb6cc6ae2b14d12436f2bb0a23ab698ceb;hp=ccdf5901d8a14b17b2a313d703e6d9df87b9e0e3;hpb=cb20090aa0558f1b74f0e9f925f29819e8bb3a45;p=mailer.git diff --git a/inc/loader/load_cache-impressum.php b/inc/loader/load_cache-impressum.php index ccdf5901d8..34e9cb046d 100644 --- a/inc/loader/load_cache-impressum.php +++ b/inc/loader/load_cache-impressum.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -52,7 +50,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 (isHtmlOutputMode()) { // Create cache file $GLOBALS['cache_instance']->init();