]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-themes.php
More fixes for new installer and script in general :(
[mailer.git] / inc / loader / load-themes.php
index c482fc53e8696524b9f96aebe9aca654f8df2e75..3613f7232db82ea4d61665d4667d67f72218664c 100644 (file)
@@ -70,7 +70,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('themes')) && ($GLOBALS['cache_in
 
        // Remove dummy array
        unset($cache);
-} elseif (isHtmlOutputMode()) {
+} elseif ((isHtmlOutputMode()) || (isRawOutputMode())) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();