Index: trunk/extensions/ContributionTracking/ContributionTracking.processor.php |
— | — | @@ -413,7 +413,7 @@ |
414 | 414 | if ( !( preg_match( '/^\d+(\.(\d+)?)?$/', $amount ) ) && $input['amount_given'] ) { |
415 | 415 | $amount = $input['amount_given']; |
416 | 416 | } |
417 | | - $repost['fields'][$amount_field_name] = $amount |
| 417 | + $repost['fields'][$amount_field_name] = $amount; |
418 | 418 | |
419 | 419 | // Tracking |
420 | 420 | $repost['fields']['custom'] = $input['contribution_tracking_id']; |