registration: Avoid deprecated wfMemcKey()
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 24 May 2017 03:38:39 +0000 (20:38 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 24 May 2017 04:01:09 +0000 (21:01 -0700)
Change-Id: I8f4382d55ba2d006f1573e945c83c3fd541a2cb1

includes/registration/ExtensionRegistry.php

index 0423f71..0c5a67e 100644 (file)
@@ -137,7 +137,7 @@ class ExtensionRegistry {
                        $cache = new EmptyBagOStuff();
                }
                // See if this queue is in APC
-               $key = wfMemcKey(
+               $key = $cache->makeKey(
                        'registration',
                        md5( json_encode( $this->queued + $versions ) )
                );