r82392 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82391‎ | r82392 | r82393 >
Date:11:27, 18 February 2011
Author:happy-melon
Status:ok (Comments)
Tags:
Comment:
(bug 27526) B/C in Special:EmailUser
Modified paths:
  • /trunk/phase3/includes/specials/SpecialEmailuser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialEmailuser.php
@@ -90,7 +90,7 @@
9191 $this->outputHeader();
9292
9393 $this->mTarget = is_null( $par )
94 - ? $wgRequest->getVal( 'wpTarget', '' )
 94+ ? $wgRequest->getVal( 'wpTarget', $wgRequest->getVal( 'target', '' ) )
9595 : $par;
9696
9797 $ret = self::getTarget( $this->mTarget );

Follow-up revisions

RevisionCommit summaryAuthorDate
r85211MFT: r82297, r82307, r82309, r82312, r82315, r82337, r82391, r82392, r82403, ...demon21:01, 2 April 2011
r95328MFT r82392demon19:57, 23 August 2011

Comments

#Comment by MZMcBride (talk | contribs)   19:50, 23 August 2011

So this was merged into the 1.17 release, but not into the wmf1.17 branch? This is currently breaking an unknown number of links on production sites. (I tripped across one today.) Breaking old URLs is not cool. I'd like to see this revision synced to the live sites as soon as possible.

#Comment by 😂 (talk | contribs)   19:57, 23 August 2011

Done.

#Comment by MZMcBride (talk | contribs)   20:14, 23 August 2011

You're awesome. <3

Status & tagging log