r97235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97234‎ | r97235 | r97236 >
Date:06:05, 16 September 2011
Author:akshay
Status:ok (Comments)
Tags:
Comment:
removed duplicate declaration of '' on line 31
Modified paths:
  • /trunk/extensions/CentralAuth/specials/SpecialMergeAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/specials/SpecialMergeAccount.php
@@ -28,7 +28,7 @@
2929 return;
3030 }
3131
32 - global $wgUser, $wgRequest;
 32+ global $wgRequest;
3333 $this->mUserName = $wgUser->getName();
3434
3535 $this->mAttemptMerge = $wgRequest->wasPosted();
Property changes on: trunk/extensions/CentralAuth/specials/SpecialMergeAccount.php
___________________________________________________________________
Added: eol-style
3636 + native

Comments

#Comment by Nikerabbit (talk | contribs)   06:20, 16 September 2011

The global $wgRequest; is in a bit weird place now. And svn ci -m is evil :)

#Comment by Akshay.agarwal (talk | contribs)   06:28, 16 September 2011

oops, will use \ from now

Status & tagging log