Fix fatal when non-ascii message key is normalized
authorBrian Wolff <bawolff+wn@gmail.com>
Sun, 19 Jul 2015 08:54:35 +0000 (02:54 -0600)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 19 Jul 2015 10:01:55 +0000 (10:01 +0000)
commitcf501475fd8e72b0605f1f3c2c396302a9b608d5
treeb7760aa49763c4e75ecc5de60307465feb500939
parent8fb5c380bdd33445545a2ac3902644c643a1838f
Fix fatal when non-ascii message key is normalized

Missing global declaration when using $wgContLang in
MessageCache::normalizeKey

Change-Id: Ia1c1f41244fd5629527b99a5f2038f607cff42c4
Follow-up: 47e0f0c3
includes/cache/MessageCache.php