X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FimportTextFiles.php;h=0b5cdf99bd1649e002d08c7a733189b407cc3a7e;hb=75e1edeacd5c976354ecac4e8056716fb82569e4;hp=c99aa155313b9a7321bda55aa57ca1853a6acb7f;hpb=16c80e429be5904fb42a93f260f8de3d18f0c692;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" );