]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-extension.php
More fixes for new installer and script in general :(
[mailer.git] / inc / loader / load-extension.php
index bc5932f25274a80a954907c8be78b21efa60702e..791e6476169f219810f2aeda5661a8b27d78f92f 100644 (file)
@@ -132,7 +132,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('extension')) && ($GLOBALS['cache
 
        // Remove array and mark cache as loaded
        unset($EXT_POOL);
-} elseif (isHtmlOutputMode()) {
+} elseif ((isHtmlOutputMode()) || (isRawOutputMode())) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();