From: Platonides Date: Sat, 21 Aug 2010 20:47:15 +0000 (+0000) Subject: Follow up r71412. $wgContLang is not used. X-Git-Tag: 1.31.0-rc.0~35395 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=94a7962a5ff919ebec0e0fef192b05b2ec9bf06e;p=lhc%2Fweb%2Fwiklou.git Follow up r71412. $wgContLang is not used. --- diff --git a/includes/MessageCache.php b/includes/MessageCache.php index 0968ae57b0..bf2d7bd1a3 100644 --- a/includes/MessageCache.php +++ b/includes/MessageCache.php @@ -851,7 +851,6 @@ class MessageCache { } public function getMostUsedMessages() { - global $wgContLang; $cachekey = wfMemckey( 'message-profiling' ); $cache = wfGetCache( CACHE_DB ); $data = $cache->get( $cachekey );