From 4b1ba23dd04344b69d091b65aadb379fc0d9b78a Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 1 Jan 2006 23:59:58 +0000 Subject: [PATCH] fixed bug --- includes/SpecialUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 685ba7313a..8d3f858458 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -260,7 +260,7 @@ class PageArchive { $article->updateRevisionOn( $dbw, $revision, $previousRevId ); # Finally, clean up the link tables - $parserOptions = new ParserOptions; + $options = new ParserOptions; $parserOutput = $wgParser->parse( $revision->getText(), $this->title, $options, true, true, $newRevId ); $u = new LinksUpdate( $this->title, $parserOutput ); -- 2.20.1