r83234 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83233‎ | r83234 | r83235 >
Date:19:29, 4 March 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Added missing ':' in static method call
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -142,7 +142,7 @@
143143 $token_match = $this->fnPayflowMatchEditToken( $token_check, $wgPayflowGatewaySalt );
144144 if ( $wgRequest->wasPosted() ) {
145145 self::log( $payflow_data[ 'order_id' ] . " Submitted edit token: " . $wgRequest->getText( 'token', 'None' ), 'payflowpro_gateway', LOG_DEBUG);
146 - self:log( $payflow_data[ 'order_id' ] . "Token match: " . $token_match );
 146+ self::log( $payflow_data[ 'order_id' ] . "Token match: " . $token_match );
147147 }
148148 }
149149
@@ -183,7 +183,7 @@
184184 // if the transaction was flagged for review
185185 if ( $this->action == 'review' ) {
186186 // expose a hook for external handling of trxns flagged for review
187 - wfRunHooks( 'PayflowGatewayReview', array( &$this, &$data ) );
 187+ wfRunHooks( 'PayflowGatewayReview', array( &$this, &$data ));
188188 }
189189
190190 // if the transaction was flagged to be 'challenged'

Status & tagging log