r86713 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86712‎ | r86713 | r86714 >
Date:15:16, 22 April 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Followup r86705 fix typo in comment
Modified paths:
  • /trunk/phase3/includes/search/SearchMySQL.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/search/SearchMySQL.php
@@ -171,7 +171,7 @@
172172 protected function searchInternal( $term, $fulltext ) {
173173 global $wgCountTotalSearchHits;
174174
175 - // This seems of place, why is this called with empty term?
 175+ // This seems out of place, why is this called with empty term?
176176 if ( trim( $term ) === '' ) return null;
177177
178178 $filteredTerm = $this->filter( $term );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86705* Remove manual query building in search mysql...nikerabbit13:28, 22 April 2011

Status & tagging log