]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-refsystem.php
Fix for 'ref_system'
[mailer.git] / inc / loader / load_cache-refsystem.php
index 4c175223c4663f4c618150b58add2ab21ad6d695..5025371b66918bc8b408272545028135b054216d 100644 (file)
@@ -44,7 +44,7 @@ global $cacheInstance;
 if (($cacheInstance->loadCacheFile("refsystem")) && ($cacheInstance->extensionVersionMatches("sql_patches"))) {
        // Load referal system from cache
        global $cacheArray;
-       $cacheArray['ref_system'] = $cacheInstance->getArrayFromCache();
+       $cacheArray['refsystem'] = $cacheInstance->getArrayFromCache();
 } elseif ((getConfig('cache_refsys') == "Y") && ($CSS != "1") && ($CSS != "-1")) {
        // Create cache file here
        $cacheInstance->init("REFSYSTEM");