r69879 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69878‎ | r69879 | r69880 >
Date:17:46, 25 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Remove unused global faster than Reedy.
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1848,7 +1848,6 @@
18491849 if ( $action == null ) {
18501850 $text = wfMsgNoTrans( 'permissionserrorstext', count( $errors ) ) . "\n\n";
18511851 } else {
1852 - global $wgLang;
18531852 $action_desc = wfMsgNoTrans( "action-$action" );
18541853 $text = wfMsgNoTrans(
18551854 'permissionserrorstext-withaction',

Status & tagging log