r66486 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66485‎ | r66486 | r66487 >
Date:18:00, 15 May 2010
Author:catrope
Status:ok
Tags:
Comment:
API: (bug 23534) Fix regression from r46809 (!) causing DB query error
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllUsers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllUsers.php
@@ -76,7 +76,7 @@
7777 }
7878
7979 if ( $params['witheditsonly'] ) {
80 - $this->addWhere( 'user_editcount > 0' );
 80+ $this->addWhere( 'u1.user_editcount > 0' );
8181 }
8282
8383 if ( $fld_groups ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r664871.16wmf4: MFT r66486catrope18:02, 15 May 2010
r66947MFT r66486, bug 23534: Fixed SQL query error in API list=allusers.tstarling07:42, 27 May 2010
r66948MFT r66486, bug 23534: Fixed SQL query error in API list=allusers. Kept old f...tstarling07:47, 27 May 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46809* API: (bug 17355) Added auwitheditsonly parameter to list=allusers...catrope19:10, 4 February 2009

Status & tagging log