r12342 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12341‎ | r12342 | r12343 >
Date:23:59, 1 January 2006
Author:timstarling
Status:old
Tags:
Comment:
fixed bug
Modified paths:
  • /trunk/phase3/includes/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUndelete.php
@@ -260,7 +260,7 @@
261261 $article->updateRevisionOn( $dbw, $revision, $previousRevId );
262262
263263 # Finally, clean up the link tables
264 - $parserOptions = new ParserOptions;
 264+ $options = new ParserOptions;
265265 $parserOutput = $wgParser->parse( $revision->getText(), $this->title, $options,
266266 true, true, $newRevId );
267267 $u = new LinksUpdate( $this->title, $parserOutput );

Status & tagging log