r71288 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71287‎ | r71288 | r71289 >
Date:11:32, 19 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r54225

Adding $u->doUpdate(); after $u = new SearchUpdate( $row->rc_cur_id, $title, false );

Seems to make sense, otherwise the function doesn't seem to do a great deal!
Modified paths:
  • /trunk/phase3/maintenance/updateSearchIndex.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updateSearchIndex.php
@@ -109,6 +109,7 @@
110110 $title = $titleObj->getPrefixedDBkey();
111111 $this->output( "$title..." );
112112 $u = new SearchUpdate( $row->rc_cur_id, $title, false );
 113+ $u->doUpdate();
113114 $this->output( "\n" );
114115 } elseif ( $row->rc_type !== RC_LOG ) {
115116 $this->updateSearchIndexForPage( $dbw, $row->rc_cur_id );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54225Merge maintenance-work branch (now with less errors!):...demon19:35, 2 August 2009

Status & tagging log