X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdeleteBatch.php;h=fe3bea05deb250750a7e7cf61d4d3564c61be86d;hb=6c1cfca4c3536e05008e51f5754900574c36adb4;hp=9e35687dcf6491701f9f12187c4473acf6b50c34;hpb=7c091e68e9e9f8dcc5c09353671566f24719009b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/deleteBatch.php b/maintenance/deleteBatch.php index 9e35687dcf..fe3bea05de 100644 --- a/maintenance/deleteBatch.php +++ b/maintenance/deleteBatch.php @@ -80,10 +80,7 @@ class DeleteBatch extends Maintenance { $this->fatalError( "Unable to read file, exiting" ); } - $dbw = $this->getDB( DB_MASTER ); - # Handle each entry - // phpcs:ignore Generic.CodeAnalysis.ForLoopWithTestFunctionCall for ( $linenum = 1; !feof( $file ); $linenum++ ) { $line = trim( fgets( $file ) ); if ( $line == '' ) {