r80422 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80421‎ | r80422 | r80423 >
Date:20:31, 16 January 2011
Author:ialex
Status:ok
Tags:
Comment:
Removed unused global
Modified paths:
  • /trunk/phase3/includes/Message.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Message.php
@@ -129,7 +129,6 @@
130130 * @return Message: $this
131131 */
132132 public static function newFallbackSequence( /*...*/ ) {
133 - global $wgMessageCache;
134133 $keys = func_get_args();
135134 if ( func_num_args() == 1 ) {
136135 if ( is_array($keys[0]) ) {

Status & tagging log