X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload_cache-extension.php;h=3dc4a04629c8a678893b39c077e1fd07e5970aac;hb=d2c972ef5f68c2f69865aa4f392841d166a419ae;hp=b87cf86e96f625030a16cc662ad1fb9751cda11c;hpb=3a8ec8c585e2c83ad14d9a4dd9741cb58b7d9241;p=mailer.git diff --git a/inc/loader/load_cache-extension.php b/inc/loader/load_cache-extension.php index b87cf86e96..3dc4a04629 100644 --- a/inc/loader/load_cache-extension.php +++ b/inc/loader/load_cache-extension.php @@ -20,6 +20,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -131,7 +132,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('extension')) && ($GLOBALS['cache // Remove array and mark cache as loaded unset($EXT_POOL); -} elseif (getOutputMode() != 1) { +} elseif (isHtmlOutputMode()) { // Create cache file here $GLOBALS['cache_instance']->init();