From d06bcfa8cf67081ed93f32e693749a496bc21a14 Mon Sep 17 00:00:00 2001 From: Eileen Date: Tue, 24 Dec 2013 13:36:38 +1300 Subject: [PATCH] CRM-14025 call postProcess hook ManageEvent form - per comment on function there are alternative ways to do this that should be considered in a later restructure ---------------------------------------- * CRM-14025: Manage registration pages don't call postProcess hook http://issues.civicrm.org/jira/browse/CRM-14025 --- 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 ca2ac55d6a..acab1e709c 100644 --- a/CRM/Event/Form/ManageEvent.php +++ b/CRM/Event/Form/ManageEvent.php @@ -350,7 +350,7 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form { CRM_Event_BAO_Event::updateParticipantCampaignID($eventID, $newCampaignID); } } - + $this->postProcessHook(); if ($this->controller->getButtonName('submit') == "_qf_{$className}_upload_done") { if ($this->_isTemplate) { CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/admin/eventTemplate', -- 2.25.1