Skip to content
Snippets Groups Projects
Commit 66e022dd authored by Erik Hommel's avatar Erik Hommel
Browse files

fix #45

parent 044630da
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,9 @@ class CRM_Civirules_Form_RuleAction extends CRM_Core_Form {
if (!empty($this->ruleActionId)) {
$defaults['rule_action_select'] = $this->ruleAction->action_id;
$defaults['id'] = $this->ruleActionId;
$defaults['ignore_condition_with_delay'] = $this->ruleAction->ignore_condition_with_delay;
if ($this->ruleAction->ignore_condition_with_delay) {
$defaults['ignore_condition_with_delay'] = $this->ruleAction->ignore_condition_with_delay;
}
$delayClass = unserialize($this->ruleAction->delay);
if ($delayClass) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment