implement postSave hook along with callback function
This commit is contained in:
parent
c7bc3d6e94
commit
b9175fa936
3 changed files with 70 additions and 42 deletions
|
@ -118,6 +118,12 @@ abstract class CRM_TwingleCampaign_BAO_Campaign {
|
|||
else if (in_array($key, $filter)) {
|
||||
$this->values[$key] = $value;
|
||||
}
|
||||
else if ($key == 'embed') {
|
||||
self::setEmbedData($value);
|
||||
}
|
||||
else if ($key == 'counter-url') {
|
||||
self::setCounterUrl($value['url']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue