]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-
More fixes for new installer and script in general :(
[mailer.git] / inc / loader / load-
index a01d875336dca2acd4962f4fadb976ebdaf70956..eca6dfd929a548ec618a165ff61f6a9c183332d5 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 if (($GLOBALS['cache_instance']->loadCacheFile('foo')) && ($GLOBALS['cache_instance']->extensionVersionMatches('foo'))) {
        // Load cache
        $GLOBALS['cache_array']['foo'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif (isHtmlOutputMode()) {
+} elseif ((isHtmlOutputMode()) || (isRawOutputMode())) {
        // Create cache file
        $GLOBALS['cache_instance']->init();