Skip to content
Snippets Groups Projects
Commit fd4045b4 authored by John Kirk's avatar John Kirk
Browse files

Corrected spelling mistake in code - incorrect variable name.

parent 728d763b
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ class CRM_CivirulesActions_Activity_Form_Activity extends CRM_CivirulesActions_F
$defaultValues['subject'] = $data['subject'];
}
if (!empty($data['assignee_contact_id'])) {
$defaults['assignee_contact_id'] = $data['assignee_contact_id'];
$defaultValues['assignee_contact_id'] = $data['assignee_contact_id'];
}
return $defaultValues;
}
......
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