r51538 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51537‎ | r51538 | r51539 >
Date:15:39, 6 June 2009
Author:daniel
Status:ok
Tags:
Comment:
fixed missing } (thanks HardDisk)
Modified paths:
  • /trunk/phase3/maintenance/updateSearchIndex.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updateSearchIndex.php
@@ -33,7 +33,7 @@
3434
3535 if ( isset( $options['s'] ) ) {
3636 $start = $options['s'];
37 -elseif( is_readable( 'searchUpdate.pos' ) ) {
 37+} elseif( is_readable( 'searchUpdate.pos' ) ) {
3838 # B/c to the old position file name which was hardcoded
3939 # We can safely delete the file when we're done though.
4040 $start = file_get_contents( 'searchUpdate.pos' );

Status & tagging log