X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=68a371c3b255667ba79fd34c7999d48f61ae2d1f;hb=291622fc4455734b91e05bd785c4ccf6f76253b5;hp=09b1b1c1eac6f4e2afa87d0e8a4a3a41fd35d178;hpb=b67ab9de01a2eb95875d27a26eb9c30b22edf97e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 09b1b1c1ea..68a371c3b2 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -65,7 +65,7 @@ class DumpRenderer extends Maintenance { $importer = new WikiImporter( $source, $this->getConfig() ); $importer->setRevisionCallback( - array( &$this, 'handleRevision' ) ); + [ $this, 'handleRevision' ] ); $importer->doImport();