This commit is contained in:
Marc Michalsky forumZFD 2020-09-29 14:17:40 +02:00
parent f4b49077bb
commit add87edded
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -41,6 +41,7 @@ class TwingleProject {
// Import values // Import values
$this->values = $values; $this->values = $values;
$this->project_id = $this->values['id'];
// Translate values if values come from CiviCRM Campaign API // Translate values if values come from CiviCRM Campaign API
if ($translate) { if ($translate) {
@ -49,7 +50,7 @@ class TwingleProject {
} }
// Format data types of the values for import into CiviCRM // Format data types of the values for import into CiviCRM
$this->formatForImport($values); $this->formatForImport($this->values);
// Fetch custom field mapping once // Fetch custom field mapping once
self::init(); self::init();