r56267 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56266‎ | r56267 | r56268 >
Date:15:28, 13 September 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Minor style
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialStatistics.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -31,8 +31,8 @@
3232 * Changeslist contructor
3333 * @param Skin $skin
3434 */
35 - public function __construct( &$skin ) {
36 - $this->skin =& $skin;
 35+ public function __construct( $skin ) {
 36+ $this->skin = $skin;
3737 $this->preCacheMessages();
3838 }
3939
Index: trunk/phase3/includes/specials/SpecialStatistics.php
@@ -60,7 +60,7 @@
6161 $text = Xml::openElement( 'table', array( 'class' => 'wikitable mw-statistics-table' ) );
6262
6363 # Statistic - pages
64 - $text .= $this->getPageStats();
 64+ $text .= $this->getPageStats();
6565
6666 # Statistic - edits
6767 $text .= $this->getEditStats();

Status & tagging log