From 639b68876003ea826f9543650a023db74d80b298 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 12 Sep 2013 15:05:53 +0530 Subject: [PATCH] worked on CRM-13366 --- CRM/Event/Form/ManageEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent.php b/CRM/Event/Form/ManageEvent.php index 484209bde2..ca2ac55d6a 100644 --- a/CRM/Event/Form/ManageEvent.php +++ b/CRM/Event/Form/ManageEvent.php @@ -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)) { -- 2.25.1