From: Ævar Arnfjörð Bjarmason Date: Mon, 15 Aug 2005 12:07:23 +0000 (+0000) Subject: * (bug 2885, 2931) Bah, bugs with the thingalabong 4.4.0, 5.1 eep! X-Git-Tag: 1.6.0~1965 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=81d1f07ad26be190d359c20b2ea6a2aabe4036cc;p=lhc%2Fweb%2Fwiklou.git * (bug 2885, 2931) Bah, bugs with the thingalabong 4.4.0, 5.1 eep! --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index b2cd971594..c41f99fb5d 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -219,7 +219,7 @@ class ParserTest { $this->setupGlobals($opts); $user =& new User(); - $options =& ParserOptions::newFromUser( $user ); + $options = ParserOptions::newFromUser( $user ); if (preg_match('/\\bmath\\b/i', $opts)) { # XXX this should probably be done by the ParserOptions @@ -243,7 +243,7 @@ class ParserTest { } elseif (preg_match('/\\bmsg\\b/i', $opts)) { $out = $parser->transformMsg( $input, $options ); } else { - $output =& $parser->parse( $input, $title, $options ); + $output = $parser->parse( $input, $title, $options ); $out = $output->getText(); if (preg_match('/\\bill\\b/i', $opts)) {