X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload-refsystem.php;h=9be26d680796282728aca384f0d59e6c3e29c44b;hb=b6a6d0a2c0a0f274b937eb75c413db8fa9b44f9c;hp=ccfb5aa8215f62f78a02225ab69e39fe7d9794ba;hpb=7a7825eeec8e9acb0eeb19d5bc7a350aa9a9b2a1;p=mailer.git diff --git a/inc/loader/load-refsystem.php b/inc/loader/load-refsystem.php index ccfb5aa821..9be26d6807 100644 --- a/inc/loader/load-refsystem.php +++ b/inc/loader/load-refsystem.php @@ -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();