X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=68a371c3b255667ba79fd34c7999d48f61ae2d1f;hb=2f15b22b91c0426b06e9ece9ffd2aa14fbdaa621;hp=33d6e50c838f1574cb6cf02eedd211780cc51e7c;hpb=420d2603528fc2d55fc6a429a05c0fc1509f286a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 33d6e50c83..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();