From fd9378661a7874860af1cc74cdf2341f9eabff8e Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Mon, 20 May 2013 11:07:52 -0700 Subject: [PATCH] CRM-12667 ---------------------------------------- * CRM-12667: Tell a Friend causes error: "You do not have permission to access this page" http://issues.civicrm.org/jira/browse/CRM-12667 --- CRM/Friend/Form/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Friend/Form/Event.php b/CRM/Friend/Form/Event.php index 9eaa8a9537..1054ea9571 100644 --- a/CRM/Friend/Form/Event.php +++ b/CRM/Friend/Form/Event.php @@ -67,7 +67,7 @@ class CRM_Friend_Form_Event extends CRM_Event_Form_ManageEvent { if (CRM_Utils_Array::value('id', $defaults)) { $defaults['tf_id'] = CRM_Utils_Array::value('id', $defaults); $this->_friendId = $defaults['tf_id']; - // lets unset the 'id' since it conflict with eventID (or contribID) + // lets unset the 'id' since it conflicts with eventID (or contribID) // CRM-12667 unset($defaults['id']); } -- 2.25.1