Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -655,7 +655,7 @@ |
656 | 656 | * Add wikitext with tidy enabled |
657 | 657 | */ |
658 | 658 | public function addWikiTextTidy( $text, $linestart = true ) { |
659 | | - $title = &$this->getTitle(); |
| 659 | + $title = $this->getTitle(); |
660 | 660 | $this->addWikiTextTitleTidy($text, $title, $linestart); |
661 | 661 | } |
662 | 662 | |