From: Eileen Date: Tue, 24 Dec 2013 00:36:38 +0000 (+1300) Subject: CRM-14025 call postProcess hook ManageEvent form - per comment on function there... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d06bcfa8cf67081ed93f32e693749a496bc21a14;p=civicrm-core.git 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 --- 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',