Index: branches/REL1_18/phase3/includes/api/ApiQuerySearch.php |
— | — | @@ -126,6 +126,7 @@ |
127 | 127 | |
128 | 128 | // Silently skip broken and missing titles |
129 | 129 | if ( $result->isBrokenTitle() || $result->isMissingRevision() ) { |
| 130 | + $result = $matches->next(); |
130 | 131 | continue; |
131 | 132 | } |
132 | 133 | |
Property changes on: branches/REL1_18/phase3/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
133 | 134 | Merged /trunk/phase3/includes/api:r102537 |
Property changes on: branches/REL1_18/phase3/includes |
___________________________________________________________________ |
Modified: svn:mergeinfo |
134 | 135 | Merged /trunk/phase3/includes:r102537 |
Property changes on: branches/REL1_18/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
135 | 136 | Merged /trunk/phase3:r102537 |