r102538 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102537‎ | r102538 | r102539 >
Date:17:22, 9 November 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18wmf1: MFT r102537
Modified paths:
  • /branches/wmf/1.18wmf1/includes/api/ApiQuerySearch.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/api/ApiQuerySearch.php
@@ -126,6 +126,7 @@
127127
128128 // Silently skip broken and missing titles
129129 if ( $result->isBrokenTitle() || $result->isMissingRevision() ) {
 130+ $result = $matches->next();
130131 continue;
131132 }
132133

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102537(bug 32256) API list=search stops at first invalid result. Thanks to Lupo for...catrope17:20, 9 November 2011

Status & tagging log