Removed unused global
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 Jan 2011 20:31:09 +0000 (20:31 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 Jan 2011 20:31:09 +0000 (20:31 +0000)
includes/Message.php

index c0a33c9..2a558f9 100644 (file)
@@ -129,7 +129,6 @@ class Message {
         * @return Message: $this
         */
        public static function newFallbackSequence( /*...*/ ) {
-               global $wgMessageCache;
                $keys = func_get_args();
                if ( func_num_args() == 1 ) {
                        if ( is_array($keys[0]) ) {