CRM-14030 : applied patch for 4.4 version
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Sun, 5 Jan 2014 09:50:38 +0000 (15:20 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Sun, 5 Jan 2014 09:50:38 +0000 (15:20 +0530)
CRM/Event/Cart/BAO/MerParticipant.php

index a95347908a4a222ef37fca389af260838b7e80d4..0e6929ad382961e3091f710fab291ac633e18e60 100644 (file)
@@ -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(),