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