X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FimportTextFiles.php;h=0b5cdf99bd1649e002d08c7a733189b407cc3a7e;hb=b33fb102d1af5e396220226d3a01890ca428e0a5;hp=c99aa155313b9a7321bda55aa57ca1853a6acb7f;hpb=faf7cc4a09848c538320bd2b9067b1a77c0a0183;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/importTextFiles.php b/maintenance/importTextFiles.php index c99aa15531..0b5cdf99bd 100644 --- a/maintenance/importTextFiles.php +++ b/maintenance/importTextFiles.php @@ -76,7 +76,7 @@ class ImportTextFiles extends Maintenance { $this->fatalError( "Fatal error: The file '$arg' does not exist!" ); } } - }; + } $count = count( $files ); $this->output( "Importing $count pages...\n" );