Index: trunk/extensions/WikiBhasha/WikiBhashaSpecial.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | * Constructor |
34 | 34 | */ |
35 | 35 | function __construct() { |
36 | | - parent::SpecialPage( 'WikiBhasha', '', true ); |
| 36 | + parent::__construct( 'WikiBhasha', '', true ); |
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
Index: trunk/extensions/RecordAdmin/SpecialRecordAdmin.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | var $template; |
29 | 29 | |
30 | 30 | function __construct() { |
31 | | - parent::SpecialPage( 'RecordAdmin', 'recordadmin', true, false, 'default', true ); |
| 31 | + parent::__construct( 'RecordAdmin', 'recordadmin', true, false, 'default', true ); |
32 | 32 | } |
33 | 33 | |
34 | 34 | function execute( $param ) { |