More globals rewritten, see #100
[mailer.git] / inc / loader / load_cache-admin.php
index 2ae06ced10913d45550f2119a2ad14309fb752cf..eb4de0475df0a4f9de57791b46952f5a57c041f1 100644 (file)
@@ -111,7 +111,6 @@ if (GET_EXT_VERSION("admins") >= "0.3") {
        // Check for cache file
        if (($GLOBALS['cache_instance']->loadCacheFile("admins_acls")) && ($GLOBALS['cache_instance']->extensionVersionMatches("admins"))) {
                // Load referal system from cache
-               global $GLOBALS['cache_array'];
                $GLOBALS['cache_array']['admin_acls'] = $GLOBALS['cache_instance']->getArrayFromCache();
        } elseif ((getConfig('cache_acls') == "Y") && ($GLOBALS['output_mode'] != "1") && ($GLOBALS['output_mode'] != "-1")) {
                // Create cache file here