Switch some HTMLForms in special pages to OOUI
[lhc/web/wiklou.git] / includes / UserRightsProxy.php
index 1b9e4b6..a19f698 100644 (file)
@@ -278,8 +278,8 @@ class UserRightsProxy {
                        array( 'user_id' => $this->id ),
                        __METHOD__ );
 
-               global $wgMemc;
+               $cache = ObjectCache::getMainWANInstance();
                $key = wfForeignMemcKey( $this->database, false, 'user', 'id', $this->id );
-               $wgMemc->delete( $key );
+               $cache->delete( $key );
        }
 }