X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=2218a5e7a3e247ed6836e67ad69dae0b807c67a3;hb=8929182a67ef9144f4cb9afedffe27aafca94469;hp=169f512cfa66a2e42e61b4370cd969b6782a6035;hpb=0ff2c62197fdaf79f82d8657afd70621725c9762;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 169f512cfa..2218a5e7a3 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -61,7 +61,7 @@ class DumpRenderer extends Maintenance { } $source = new ImportStreamSource( $this->getStdin() ); - $importer = new WikiImporter( $source ); + $importer = new WikiImporter( $source, $this->getConfig() ); $importer->setRevisionCallback( array( &$this, 'handleRevision' ) );