"Khorn (WMF)" posted a comment on Wikimedia.r1349.
URL: http://www.mediawiki.org/wiki/Special:Code/Wikimedia/1349#c31187

Commit summary for Wikimedia.r1349:

Added ability to send emails and log contributions. See r1212.

Khorn (WMF)'s comment:

There's a pretty good change this could explode fairly frequently, if you don't 
check to make sure _queue2civicrm_contribution_insert came back with something 
before you fire off the hook here: 
<pre>
+ $contribution = _queue2civicrm_contribution_insert($msg, $contact, 
$result['id'], $values['EFFORTID']);
+ //echo "\n" . '$contribution: ' . __FILE__ . __LINE__ . 
print_r($contribution, true) . "\n";
+ // Send thank you email, other post-import things
+ module_invoke_all( 'civicrm_recurring_globalcollect', $contribution );
</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to