whitespace :)
This commit is contained in:
parent
830fae5cf9
commit
eeb740d9cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue