worked on CRM-13366
authoryashodha <yashodha.chaku@webaccess.co.in>
Thu, 12 Sep 2013 09:35:53 +0000 (15:05 +0530)
committeryashodha <yashodha.chaku@webaccess.co.in>
Thu, 12 Sep 2013 09:35:53 +0000 (15:05 +0530)
CRM/Event/Form/ManageEvent.php

index 484209bde26d65a7a4360caf0f4f0e89e94f48dc..ca2ac55d6aaf0786bded1ce0e4f2724d2255b8f8 100644 (file)
@@ -101,7 +101,7 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form {
 
     $this->assign('action', $this->_action);
 
-    $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this, FALSE);
+    $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this, FALSE, NULL, 'GET');
     if ($this->_id) {
       $this->assign('eventId', $this->_id);
       if (empty($this->_addProfileBottom) && empty($this->_addProfileBottomAdd)) {