Skip to content
Snippets Groups Projects
Commit c99199d8 authored by pratik.joshi's avatar pratik.joshi
Browse files

CRM-14030 : applied patch for 4.4 version

parent e48cbd71
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ class CRM_Event_Cart_BAO_MerParticipant extends CRM_Event_BAO_Participant {
$this->email = CRM_Utils_Array::value('email', $participant);
}
public static function &create(&$params) {
public static function &create($params) {
$participantParams = array(
'id' => CRM_Utils_Array::value('id', $params),
'role_id' => self::get_attendee_role_id(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment