Index: trunk/phase3/includes/specials/SpecialNewpages.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | // Some internal settings |
14 | 14 | protected $showNavigation = false; |
15 | 15 | |
16 | | - public function __construct(){ |
| 16 | + public function __construct() { |
17 | 17 | parent::__construct( 'Newpages' ); |
18 | 18 | $this->includable( true ); |
19 | 19 | } |
— | — | @@ -360,7 +360,7 @@ |
361 | 361 | $this->opts = $opts; |
362 | 362 | } |
363 | 363 | |
364 | | - function getTitle(){ |
| 364 | + function getTitle() { |
365 | 365 | static $title = null; |
366 | 366 | if ( $title === null ) |
367 | 367 | $title = $this->mForm->getTitle(); |