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