fixed bug
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 1 Jan 2006 23:59:58 +0000 (23:59 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 1 Jan 2006 23:59:58 +0000 (23:59 +0000)
includes/SpecialUndelete.php

index 685ba73..8d3f858 100644 (file)
@@ -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 );