bug fix
provide TwingleEvent campaign id for instantiation
This commit is contained in:
parent
d031c82f31
commit
aef0297daf
3 changed files with 11 additions and 7 deletions
|
@ -62,9 +62,6 @@ class CRM_TwingleCampaign_BAO_TwingleEvent extends Campaign {
|
|||
self::IN
|
||||
);
|
||||
|
||||
// Set id
|
||||
$values_prepared_for_import['id'] = $this->id;
|
||||
|
||||
// Create campaign
|
||||
$result = civicrm_api3('Campaign', 'create', $values_prepared_for_import);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue