Index: trunk/phase3/includes/HistoryPage.php |
— | — | @@ -29,8 +29,8 @@ |
30 | 30 | */ |
31 | 31 | function __construct( $article ) { |
32 | 32 | global $wgUser; |
33 | | - $this->article =& $article; |
34 | | - $this->title =& $article->getTitle(); |
| 33 | + $this->article = $article; |
| 34 | + $this->title = $article->getTitle(); |
35 | 35 | $this->skin = $wgUser->getSkin(); |
36 | 36 | $this->preCacheMessages(); |
37 | 37 | } |