r82714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82713‎ | r82714 | r82715 >
Date:11:38, 24 February 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r79557 due to all the duplicate bug reports
Modified paths:
  • /branches/wmf/1.17wmf1/includes/api/ApiQueryAllUsers.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/api/ApiQueryAllUsers.php
@@ -143,6 +143,9 @@
144144 if ( is_array( $lastUserData ) ) {
145145 $fit = $result->addValue( array( 'query', $this->getModuleName() ),
146146 null, $lastUserData );
 147+
 148+ $lastUserData = null;
 149+
147150 if ( !$fit ) {
148151 $this->setContinueEnumParameter( 'from',
149152 $this->keyToTitle( $lastUserData['name'] ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79557* (bug 26560) On allusers if limit < total number of users, last user gets du...reedy04:05, 4 January 2011

Status & tagging log