More php4 constructors. Missed these somehow

This commit is contained in:
Chad Horohoe 2010-08-30 17:18:13 +00:00
parent 179f0c876a
commit 25e94b039a

View file

@ -23,7 +23,7 @@ class SpecialGadgets extends SpecialPage {
* Constructor
*/
function __construct() {
parent::SpecialPage( 'Gadgets', '', true );
parent::__construct( 'Gadgets', '', true );
}
/**