Make wfForeignMemcKey consistent with wfMemcKey
authorErik Bernhardson <ebernhardson@wikimedia.org>
Tue, 2 Jul 2013 23:38:04 +0000 (16:38 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 2 Aug 2013 23:50:05 +0000 (16:50 -0700)
commit213fe05330394db8db9e4363c0bf39f103b51faa
tree5d2c9d7af833e5446b4302883d274821edd405e8
parentf471169afa8cb2ebd8ab034a1b2ae55daae1f52b
Make wfForeignMemcKey consistent with wfMemcKey

The wfMemcKey function converts any spaces in the key into _, while
the wfForeignMemcKey does not.  As such they would not return the same
key in certain corner cases.

Change-Id: I520dacdce953414dee5907324c2c98db858bcd42
includes/GlobalFunctions.php