add parameter for direction to function call
This commit is contained in:
parent
9cb1feaed4
commit
3fd17d4bf0
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class TwingleProject {
|
|||
|
||||
// Translate Twingle field names into custom field names
|
||||
$translatedFields = $this->values;
|
||||
self::translateCustomFields($translatedFields);
|
||||
self::translateCustomFields($translatedFields, self::OUT);
|
||||
|
||||
// Create campaign
|
||||
$result = civicrm_api3('Campaign', 'create', $translatedFields);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue