r95328 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95327‎ | r95328 | r95329 >
Date:19:57, 23 August 2011
Author:demon
Status:ok
Tags:
Comment:
MFT r82392
Modified paths:
  • /branches/wmf/1.17wmf1/includes/specials/SpecialEmailuser.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/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 );
Property changes on: branches/wmf/1.17wmf1/includes/specials/SpecialEmailuser.php
___________________________________________________________________
Added: svn:mergeinfo
9898 Merged /branches/wmf-deployment/includes/specials/SpecialEmailuser.php:r53381,56967,60970
9999 Merged /branches/REL1_15/phase3/includes/specials/SpecialEmailuser.php:r51646
100100 Merged /branches/wmf/1.16wmf4/includes/specials/SpecialEmailuser.php:r67177,69199,76243,77266
101101 Merged /branches/sqlite/includes/specials/SpecialEmailuser.php:r58211-58321
102102 Merged /trunk/phase3/includes/specials/SpecialEmailuser.php:r82392,85099

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82392(bug 27526) B/C in Special:EmailUserhappy-melon11:27, 18 February 2011

Status & tagging log