From 81d1f07ad26be190d359c20b2ea6a2aabe4036cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 15 Aug 2005 12:07:23 +0000 Subject: [PATCH] * (bug 2885, 2931) Bah, bugs with the thingalabong 4.4.0, 5.1 eep! --- maintenance/parserTests.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) { -- 2.20.1