X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fsql.php;h=cc976ed97fb84792ddc93e0fe24c5358e9697882;hb=892b17237bb44630fa6f508c5bf85374a62def13;hp=a9a982ce504b16496d9e91a52943e08486285a91;hpb=5e4facec788bd45586c66a04b6fcb26c83f46902;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 {