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 @@
110
110
$title = $titleObj->getPrefixedDBkey();
111
111
$this->output( "$title..." );
112
112
$u = new SearchUpdate( $row->rc_cur_id, $title, false );
113
+ $u->doUpdate();
113
114
$this->output( "\n" );
114
115
} elseif ( $row->rc_type !== RC_LOG ) {
115
116
$this->updateSearchIndexForPage( $dbw, $row->rc_cur_id );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r54225
Merge maintenance-work branch (now with less errors!):...
demon
19:35, 2 August 2009
Status & tagging log
12:56, 14 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r71288
[
removed:
new
added:
ok]