bug fix
This commit is contained in:
parent
034476ab65
commit
693bc25985
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ abstract class CRM_TwingleCampaign_BAO_Campaign {
|
|||
self::IN
|
||||
);
|
||||
|
||||
// // Set id
|
||||
// $values_prepared_for_import['id'] = $this->id;
|
||||
// Set id
|
||||
$values_prepared_for_import['id'] = $this->id;
|
||||
|
||||
// Set a flag to not trigger the hook
|
||||
if ($no_hook) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue