r50029 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50028‎ | r50029 | r50030 >
Date:23:45, 28 April 2009
Author:demon
Status:ok
Tags:
Comment:
Declare visibility && code style tweaks.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialCreatePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialCreatePage.php
@@ -17,8 +17,8 @@
1818
1919 class SpecialCreatePage extends SpecialPage {
2020
21 - function __construct() {
22 - SpecialPage::SpecialPage( 'CreatePage', 'createpage' );
 21+ public function __construct() {
 22+ parent::__construct( 'CreatePage', 'createpage' );
2323 }
2424
2525 public function execute( $params ) {

Status & tagging log