Index: civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | * for this given user if we are also updating the contribution_tracking table |
248 | 248 | * for this contribution. |
249 | 249 | */ |
250 | | - if ( $msg_normalized[ 'contribution_tracking_update' ] ) { |
| 250 | + if ( $msg[ 'contribution_tracking_update' ] ) { |
251 | 251 | // Map the tracking record to the CiviCRM contribution |
252 | 252 | _queue2civicrm_update_contribution_tracking( $msg, $contribution ); |
253 | 253 | |