From 693bc25985883f02317d0570e610235ada5f4224 Mon Sep 17 00:00:00 2001 From: Marc Michalsky forumZFD Date: Mon, 8 Feb 2021 14:45:14 +0100 Subject: [PATCH] bug fix --- CRM/TwingleCampaign/BAO/Campaign.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/TwingleCampaign/BAO/Campaign.php b/CRM/TwingleCampaign/BAO/Campaign.php index 3c80c12..244f421 100644 --- a/CRM/TwingleCampaign/BAO/Campaign.php +++ b/CRM/TwingleCampaign/BAO/Campaign.php @@ -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) {