Skip to content
Snippets Groups Projects
Commit 0f248778 authored by jaapjansma's avatar jaapjansma
Browse files

fixed #21 notices on action forms

parent 5a443d46
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class CRM_CivirulesActions_Form_Form extends CRM_Core_Form
public function postProcess() {
$session = CRM_Core_Session::singleton();
$session->setStatus('Action '.$this->condition->label.' parameters updated to CiviRule '.$this->rule->label, 'Action parameters updated', 'success');
$session->setStatus('Action '.$this->action->label.' parameters updated to CiviRule '.$this->rule->label, 'Action parameters updated', 'success');
$redirectUrl = CRM_Utils_System::url('civicrm/civirule/form/rule', 'action=update&id='.$this->rule->id, TRUE);
CRM_Utils_System::redirect($redirectUrl);
......
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