http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56267

Revision: 56267
Author:   nikerabbit
Date:     2009-09-13 15:28:35 +0000 (Sun, 13 Sep 2009)

Log Message:
-----------
Minor style

Modified Paths:
--------------
    trunk/phase3/includes/ChangesList.php
    trunk/phase3/includes/specials/SpecialStatistics.php

Modified: trunk/phase3/includes/ChangesList.php
===================================================================
--- trunk/phase3/includes/ChangesList.php       2009-09-13 14:35:47 UTC (rev 
56266)
+++ trunk/phase3/includes/ChangesList.php       2009-09-13 15:28:35 UTC (rev 
56267)
@@ -31,8 +31,8 @@
        * Changeslist contructor
        * @param Skin $skin
        */
-       public function __construct( &$skin ) {
-               $this->skin =& $skin;
+       public function __construct( $skin ) {
+               $this->skin = $skin;
                $this->preCacheMessages();
        }
 

Modified: trunk/phase3/includes/specials/SpecialStatistics.php
===================================================================
--- trunk/phase3/includes/specials/SpecialStatistics.php        2009-09-13 
14:35:47 UTC (rev 56266)
+++ trunk/phase3/includes/specials/SpecialStatistics.php        2009-09-13 
15:28:35 UTC (rev 56267)
@@ -60,7 +60,7 @@
                $text = Xml::openElement( 'table', array( 'class' => 'wikitable 
mw-statistics-table' ) );
 
                # Statistic - pages
-               $text .= $this->getPageStats();         
+               $text .= $this->getPageStats();
 
                # Statistic - edits
                $text .= $this->getEditStats();



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to