mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 03:23:51 +00:00
More php4 constructors. Missed these somehow
This commit is contained in:
parent
179f0c876a
commit
25e94b039a
|
@ -23,7 +23,7 @@ class SpecialGadgets extends SpecialPage {
|
|||
* Constructor
|
||||
*/
|
||||
function __construct() {
|
||||
parent::SpecialPage( 'Gadgets', '', true );
|
||||
parent::__construct( 'Gadgets', '', true );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue