r55183 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55182‎ | r55183 | r55184 >
Date:13:41, 17 August 2009
Author:tstarling
Status:ok
Tags:
Comment:
Fix PHP4-ism
Modified paths:
  • /trunk/phase3/includes/HistoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HistoryPage.php
@@ -29,8 +29,8 @@
3030 */
3131 function __construct( $article ) {
3232 global $wgUser;
33 - $this->article =& $article;
34 - $this->title =& $article->getTitle();
 33+ $this->article = $article;
 34+ $this->title = $article->getTitle();
3535 $this->skin = $wgUser->getSkin();
3636 $this->preCacheMessages();
3737 }

Status & tagging log