X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fsql.php;h=cc976ed97fb84792ddc93e0fe24c5358e9697882;hb=a2f369cbdf97b9f4d32dce742862e0dd181fe7e8;hp=a9a982ce504b16496d9e91a52943e08486285a91;hpb=711fad668b86ff837a31808fe71056b9257e4d80;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/sql.php b/maintenance/sql.php index a9a982ce50..cc976ed97f 100644 --- a/maintenance/sql.php +++ b/maintenance/sql.php @@ -91,7 +91,7 @@ class MwSql extends Maintenance { $this->error( "Unable to open input file", true ); } - $error = $db->sourceStream( $file, false, [ $this, 'sqlPrintResult' ] ); + $error = $db->sourceStream( $file, null, [ $this, 'sqlPrintResult' ] ); if ( $error !== true ) { $this->error( $error, true ); } else {