X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpreprocessDump.php;h=17d97b0583abbb8d76ce8d74d2c66e0d1857efdb;hb=aeced6ef8549174e754a90afeaa45f827eadc886;hp=c69e5c24ac68e50c539c1a28d5019a0ac508df2a;hpb=7ee1504a9a34067fd5b3e1fc315ccaa99661cb44;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(); }