]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-refdepths.php
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
[mailer.git] / inc / loader / load_cache-refdepths.php
index 6414981688c0294f4ffccaa45ce566ebd110a230..ced42c3c41210cac0815fb51ce055c6c6e416058 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 if (($GLOBALS['cache_instance']->loadCacheFile('refdepths')) && ($GLOBALS['cache_instance']->extensionVersionMatches('sql_patches'))) {
        // Load referal system from cache
        $GLOBALS['cache_array']['ref_depths'] = $GLOBALS['cache_instance']->getArrayFromCache();
 if (($GLOBALS['cache_instance']->loadCacheFile('refdepths')) && ($GLOBALS['cache_instance']->extensionVersionMatches('sql_patches'))) {
        // Load referal system from cache
        $GLOBALS['cache_array']['ref_depths'] = $GLOBALS['cache_instance']->getArrayFromCache();
-} elseif ((getConfig('cache_refdepth') == 'Y') && ($GLOBALS['output_mode'] != '1') && ($GLOBALS['output_mode'] != '-1')) {
+} elseif ((getConfig('cache_refdepth') == 'Y') && (getOutputMode() != '1') && (getOutputMode() != '-1')) {
        // Create cache file here
        $GLOBALS['cache_instance']->init('REFDEPTHS');
        $GLOBALS['cache_instance']->storeExtensionVersion('sql_patches');
        // Create cache file here
        $GLOBALS['cache_instance']->init('REFDEPTHS');
        $GLOBALS['cache_instance']->storeExtensionVersion('sql_patches');