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