Follow up r71412. $wgContLang is not used.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 21 Aug 2010 20:47:15 +0000 (20:47 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 21 Aug 2010 20:47:15 +0000 (20:47 +0000)
includes/MessageCache.php

index 0968ae5..bf2d7bd 100644 (file)
@@ -851,7 +851,6 @@ class MessageCache {
        }
 
        public function getMostUsedMessages() {
-               global $wgContLang;
                $cachekey = wfMemckey( 'message-profiling' );
                $cache = wfGetCache( CACHE_DB );
                $data = $cache->get( $cachekey );