r75131 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75130‎ | r75131 | r75132 >
Date:00:01, 21 October 2010
Author:nimishg
Status:deferred
Tags:
Comment:
fixed defines
Modified paths:
  • /branches/fundraising/OWA/DonationInterface/DonationInterface/payflowpro_gateway/forms/OneStepTwoColumn.php (modified) (history)
  • /branches/fundraising/OWA/DonationInterface/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumn.php (modified) (history)

Diff [purge]

Index: branches/fundraising/OWA/DonationInterface/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumn.php
@@ -10,7 +10,7 @@
1111 // we only want to load this JS if the form is being rendered
1212 $this->loadValidateJs(); // validation JS
1313
14 - if(defined(OWA)){
 14+ if(defined('OWA')){
1515 $this->loadOwaJs();
1616 }
1717
Index: branches/fundraising/OWA/DonationInterface/DonationInterface/payflowpro_gateway/forms/OneStepTwoColumn.php
@@ -16,7 +16,7 @@
1717
1818 $this->loadApiJs(); // API/Ajax JS
1919
20 - if(defined(OWA)){
 20+ if(defined('OWA')){
2121 $this->loadOwaJs();
2222 }
2323 }

Status & tagging log