r75398 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75397‎ | r75398 | r75399 >
Date:23:41, 25 October 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
fixed errant variable echo...
Modified paths:
  • /branches/fundraising/OWA/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: branches/fundraising/OWA/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -969,7 +969,7 @@
970970 if( $owa_ref != null && !is_numeric( $owa_ref )){
971971 $owa_ref = $this->get_owa_ref_id( $owa_ref );
972972 }
973 - echo $ow
 973+
974974 // if we're in testing mode and an action hasn't yet be specified, prepopulate the form
975975 if ( !$wgRequest->getText( 'action', false ) && !$numAttempt && $wgPayflowGatewayTest ) {
976976 // define arrays of cc's and cc #s for random selection

Status & tagging log