This commit is contained in:
Marc Michalsky forumZFD 2021-02-08 14:45:14 +01:00
parent 034476ab65
commit 693bc25985
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -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) {