http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100781

Revision: 100781
Author:   khorn
Date:     2011-10-26 04:08:57 +0000 (Wed, 26 Oct 2011)
Log Message:
-----------
Constructed a couple forms a little too aggressively (Oops).  
r100777

Modified Paths:
--------------
    trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php
    
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetterCA.php
    trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnPremium.php

Modified: 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php
===================================================================
--- 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php    
    2011-10-26 03:49:06 UTC (rev 100780)
+++ 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php    
    2011-10-26 04:08:57 UTC (rev 100781)
@@ -2,7 +2,6 @@
 
 class Gateway_Form_TwoStepTwoColumnLetter3 extends 
Gateway_Form_TwoStepTwoColumn {
        public function __construct( &$gateway, &$form_errors ) {
-               parent::__construct( $gateway, $form_errors );
                global $wgExtensionAssetsPath;
 
                // set the path to css, before the parent constructor is 
called, checking to make sure some child class hasn't already set this

Modified: 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetterCA.php
===================================================================
--- 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetterCA.php   
    2011-10-26 03:49:06 UTC (rev 100780)
+++ 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetterCA.php   
    2011-10-26 04:08:57 UTC (rev 100781)
@@ -2,7 +2,6 @@
 
 class Gateway_Form_TwoStepTwoColumnLetterCA extends 
Gateway_Form_TwoStepTwoColumn {
        public function __construct( &$gateway, &$form_errors ) {
-               parent::__construct( $gateway, $form_errors );
                global $wgScriptPath;
 
                // set the path to css, before the parent constructor is 
called, checking to make sure some child class hasn't already set this

Modified: 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnPremium.php
===================================================================
--- 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnPremium.php    
    2011-10-26 03:49:06 UTC (rev 100780)
+++ 
trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnPremium.php    
    2011-10-26 04:08:57 UTC (rev 100781)
@@ -2,7 +2,6 @@
 
 class Gateway_Form_TwoStepTwoColumnPremium extends 
Gateway_Form_TwoStepTwoColumn {
        public function __construct( &$gateway, &$form_errors ) {
-               parent::__construct( $gateway, $form_errors );
                global $wgScriptPath;
 
                // set the path to css, before the parent constructor is 
called, checking to make sure some child class hasn't already set this


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to