X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2FpreprocessDump.php;h=17d97b0583abbb8d76ce8d74d2c66e0d1857efdb;hb=aeec4a421931dd9c2b21a35aef36a94e7e70a8f8;hp=c69e5c24ac68e50c539c1a28d5019a0ac508df2a;hpb=0619388d87ff07ad0100a57b81d61d2c034fd8cc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/preprocessDump.php b/maintenance/preprocessDump.php index c69e5c24ac..17d97b0583 100644 --- a/maintenance/preprocessDump.php +++ b/maintenance/preprocessDump.php @@ -41,6 +41,7 @@ class PreprocessDump extends DumpIterator { public function getStripList() { global $wgParser; + return $wgParser->getStripList(); }