r42160 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42159‎ | r42160 | r42161 >
Date:01:31, 17 October 2008
Author:aaron
Status:old
Tags:
Comment:
whitespace :)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialNewpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialNewpages.php
@@ -12,7 +12,7 @@
1313 // Some internal settings
1414 protected $showNavigation = false;
1515
16 - public function __construct(){
 16+ public function __construct() {
1717 parent::__construct( 'Newpages' );
1818 $this->includable( true );
1919 }
@@ -360,7 +360,7 @@
361361 $this->opts = $opts;
362362 }
363363
364 - function getTitle(){
 364+ function getTitle() {
365365 static $title = null;
366366 if ( $title === null )
367367 $title = $this->mForm->getTitle();

Status & tagging log