Index: trunk/phase3/includes/specials/SpecialCreatePage.php |
— | — | @@ -17,8 +17,8 @@ |
18 | 18 | |
19 | 19 | class SpecialCreatePage extends SpecialPage { |
20 | 20 | |
21 | | - function __construct() { |
22 | | - SpecialPage::SpecialPage( 'CreatePage', 'createpage' ); |
| 21 | + public function __construct() { |
| 22 | + parent::__construct( 'CreatePage', 'createpage' ); |
23 | 23 | } |
24 | 24 | |
25 | 25 | public function execute( $params ) { |