r83490 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83489‎ | r83490 | r83491 >
Date:23:02, 7 March 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r83489
Modified paths:
  • /branches/wmf/1.17wmf1/includes/api/ApiQueryBase.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/api/ApiQueryBase.php
@@ -465,7 +465,7 @@
466466
467467 // Don't show hidden names
468468 if ( !$userCanViewHiddenUsers ) {
469 - $this->addWhereFld( 'ipb_deleted', 0 );
 469+ $this->addWhere( 'ipb_deleted = 0 OR ipb_deleted IS NULL' );
470470 }
471471 }
472472 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83489Fix r83390, need to do where ipb_deleted IS NULL as we're left joining in the...reedy22:58, 7 March 2011

Status & tagging log