whitespace :)
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 17 Oct 2008 01:31:12 +0000 (01:31 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 17 Oct 2008 01:31:12 +0000 (01:31 +0000)
includes/specials/SpecialNewpages.php

index 8612246..771e35e 100644 (file)
@@ -12,7 +12,7 @@ class SpecialNewpages extends SpecialPage {
        // Some internal settings
        protected $showNavigation = false;
 
-       public function __construct(){
+       public function __construct() {
                parent::__construct( 'Newpages' );
                $this->includable( true );      
        }
@@ -360,7 +360,7 @@ class NewPagesPager extends ReverseChronologicalPager {
                $this->opts = $opts;
        }
 
-       function getTitle(){
+       function getTitle() {
                static $title = null;
                if ( $title === null )
                        $title = $this->mForm->getTitle();