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

Merge pull request #2286 from pratik-joshi/CRM-14030

CRM-14030 : applied patch for 4.4 version
parents e48cbd71 c99199d8
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