CRM-12667
authorDonald A. Lobo <lobo@civicrm.org>
Mon, 20 May 2013 18:07:52 +0000 (11:07 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Mon, 20 May 2013 18:07:52 +0000 (11:07 -0700)
----------------------------------------
* 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

index 9eaa8a9537e04a64dc54a36033a0a79b617ec624..1054ea95715c72e184211390c503f15f1eacad12 100644 (file)
@@ -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']);
       }