fixed missing } (thanks HardDisk)
authorDaniel Kinzler <daniel@users.mediawiki.org>
Sat, 6 Jun 2009 15:39:42 +0000 (15:39 +0000)
committerDaniel Kinzler <daniel@users.mediawiki.org>
Sat, 6 Jun 2009 15:39:42 +0000 (15:39 +0000)
maintenance/updateSearchIndex.php

index 571e65f..5fa24ad 100644 (file)
@@ -33,7 +33,7 @@ if ( isset( $options['e'] ) ) {
 
 if ( isset( $options['s'] ) ) {
        $start = $options['s'];
-elseif( is_readable( 'searchUpdate.pos' ) ) {
+elseif( is_readable( 'searchUpdate.pos' ) ) {
        # B/c to the old position file name which was hardcoded
        # We can safely delete the file when we're done though.
        $start = file_get_contents( 'searchUpdate.pos' );