r73639 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73638‎ | r73639 | r73640 >
Date:20:19, 23 September 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Passing to update contributiontracking code by reference to preserve modifications to the data
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
@@ -965,7 +965,7 @@
966966 return implode( ".", $source_parts );
967967 }
968968
969 - public function updateContributionTracking( $data ) {
 969+ public function updateContributionTracking( &$data ) {
970970 /**
971971 * if we're not coming from the regular cc form, fix optout/anonymous
972972 *

Status & tagging log