Index: trunk/phase3/includes/SpecialUndelete.php |
— | — | @@ -260,7 +260,7 @@ |
261 | 261 | $article->updateRevisionOn( $dbw, $revision, $previousRevId ); |
262 | 262 | |
263 | 263 | # Finally, clean up the link tables |
264 | | - $parserOptions = new ParserOptions; |
| 264 | + $options = new ParserOptions; |
265 | 265 | $parserOutput = $wgParser->parse( $revision->getText(), $this->title, $options, |
266 | 266 | true, true, $newRevId ); |
267 | 267 | $u = new LinksUpdate( $this->title, $parserOutput ); |