Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetterCA.php |
— | — | @@ -2,7 +2,6 @@ |
3 | 3 | |
4 | 4 | class Gateway_Form_TwoStepTwoColumnLetterCA extends Gateway_Form_TwoStepTwoColumn { |
5 | 5 | public function __construct( &$gateway, &$form_errors ) { |
6 | | - parent::__construct( $gateway, $form_errors ); |
7 | 6 | global $wgScriptPath; |
8 | 7 | |
9 | 8 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnPremium.php |
— | — | @@ -2,7 +2,6 @@ |
3 | 3 | |
4 | 4 | class Gateway_Form_TwoStepTwoColumnPremium extends Gateway_Form_TwoStepTwoColumn { |
5 | 5 | public function __construct( &$gateway, &$form_errors ) { |
6 | | - parent::__construct( $gateway, $form_errors ); |
7 | 6 | global $wgScriptPath; |
8 | 7 | |
9 | 8 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -2,7 +2,6 @@ |
3 | 3 | |
4 | 4 | class Gateway_Form_TwoStepTwoColumnLetter3 extends Gateway_Form_TwoStepTwoColumn { |
5 | 5 | public function __construct( &$gateway, &$form_errors ) { |
6 | | - parent::__construct( $gateway, $form_errors ); |
7 | 6 | global $wgExtensionAssetsPath; |
8 | 7 | |
9 | 8 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |