r111751 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111750‎ | r111751 | r111752 >
Date:14:49, 17 February 2012
Author:ialex
Status:ok
Tags:
Comment:
* (bug 34471) Deleted contributions for IP addresses now works again
Modified paths:
  • /branches/REL1_19/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: branches/REL1_19/phase3/includes/specials/SpecialDeletedContributions.php
@@ -288,7 +288,7 @@
289289 $options['limit'] = $request->getInt( 'limit', $wgQueryPageDefaultLimit );
290290 $options['target'] = $target;
291291
292 - $userObj = User::newFromName( $target );
 292+ $userObj = User::newFromName( $target, false );
293293 if ( !$userObj ) {
294294 $out->addHTML( $this->getForm( '' ) );
295295 return;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111750* (bug 34471) Deleted contributions for IP addresses now works againialex14:44, 17 February 2012

Status & tagging log