Merge "Add PHPUnit test to ApiQueryDisabled"
[lhc/web/wiklou.git] / includes / parser / ParserFactory.php
index 7b66f9c..646f855 100644 (file)
@@ -57,7 +57,7 @@ class ParserFactory {
         * @since 1.32
         */
        public function create() : Parser {
-               return new Parser( $this->conf, $this->magicWordFactory, $this->contLang,
+               return new Parser( $this->conf, $this->magicWordFactory, $this->contLang, $this,
                        $this->urlProtocols );
        }
 }