From: Daniel Kinzler Date: Sat, 6 Jun 2009 15:39:42 +0000 (+0000) Subject: fixed missing } (thanks HardDisk) X-Git-Tag: 1.31.0-rc.0~41479 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22upgrade%22%2C%22reinstall=non%22%29%20.%20%22?a=commitdiff_plain;h=b398da60042adb3657bfc4908f176157376f4659;p=lhc%2Fweb%2Fwiklou.git fixed missing } (thanks HardDisk) --- diff --git a/maintenance/updateSearchIndex.php b/maintenance/updateSearchIndex.php index 571e65fe3b..5fa24ad691 100644 --- a/maintenance/updateSearchIndex.php +++ b/maintenance/updateSearchIndex.php @@ -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' );