r49348 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49347‎ | r49348 | r49349 >
Date:18:54, 9 April 2009
Author:minuteelectron
Status:ok
Tags:
Comment:
* Strict Standards: Cannot assign by reference.
Fix for previous commit.
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -655,7 +655,7 @@
656656 * Add wikitext with tidy enabled
657657 */
658658 public function addWikiTextTidy( $text, $linestart = true ) {
659 - $title = &$this->getTitle();
 659+ $title = $this->getTitle();
660660 $this->addWikiTextTitleTidy($text, $title, $linestart);
661661 }
662662

Status & tagging log