r10238 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10237‎ | r10238 | r10239 >
Date:11:22, 22 July 2005
Author:vibber
Status:old
Tags:
Comment:
* Fix notice on search index update due to non-array
Modified paths:
  • /trunk/phase3/includes/SearchMySQL.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SearchMySQL.php
@@ -177,7 +177,7 @@
178178 array( 'si_title' => $title ),
179179 array( 'si_page' => $id ),
180180 'SearchMySQL4::updateTitle',
181 - $dbw->lowPriorityOption() );
 181+ array( $dbw->lowPriorityOption() ) );
182182 }
183183 }
184184

Status & tagging log