]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-refsystem.php
Caching of filters added (should work now)
[mailer.git] / inc / loader / load_cache-refsystem.php
index 8a8b50f8c4676799d26acf6f8f0ee86a403087bf..8aa48c2699b6448f0c7f865272e14ce6b5c50aa9 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 if (($GLOBALS['cache_instance']->loadCacheFile('refsystem')) && ($GLOBALS['cache_instance']->extensionVersionMatches('sql_patches'))) {
        // Load referal system from cache
        $GLOBALS['cache_array']['refsystem'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif ((getConfig('cache_refsys') == 'Y') && ($GLOBALS['output_mode'] != '1') && ($GLOBALS['output_mode'] != '-1')) {
+} elseif ((getConfig('cache_refsys') == 'Y') && (getOutputMode() != '1') && (getOutputMode() != '-1')) {
        // Create cache file here
        $GLOBALS['cache_instance']->init('REFSYSTEM');
        $GLOBALS['cache_instance']->storeExtensionVersion('sql_patches');