* Fix notice on search index update due to non-array
This commit is contained in:
parent
ebd444b306
commit
782fe8b5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class SearchMySQL extends SearchEngine {
|
|||
array( 'si_title' => $title ),
|
||||
array( 'si_page' => $id ),
|
||||
'SearchMySQL4::updateTitle',
|
||||
$dbw->lowPriorityOption() );
|
||||
array( $dbw->lowPriorityOption() ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue