bug fix
This commit is contained in:
parent
f4b49077bb
commit
add87edded
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue