diff --git a/CRM/Event/Form/ManageEvent.php b/CRM/Event/Form/ManageEvent.php index bf04dbb559e834a1af4cc90498be5a8ecced03c3..739b8f5de5d0c43ccb6a6d26e69f87ab0b5efbe4 100644 --- a/CRM/Event/Form/ManageEvent.php +++ b/CRM/Event/Form/ManageEvent.php @@ -351,8 +351,6 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form { } } - $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', diff --git a/CRM/Event/Form/ManageEvent/EventInfo.php b/CRM/Event/Form/ManageEvent/EventInfo.php index 42a4662a842e04437526f5d9f1bcb809bc73e5d3..503437ffa8b12ffa69722ba7358800c6970e58e9 100644 --- a/CRM/Event/Form/ManageEvent/EventInfo.php +++ b/CRM/Event/Form/ManageEvent/EventInfo.php @@ -338,6 +338,8 @@ class CRM_Event_Form_ManageEvent_EventInfo extends CRM_Event_Form_ManageEvent { $this->set('id', $event->id); + $this->postProcessHook(); + if ($this->_action & CRM_Core_Action::ADD) { $url = 'civicrm/event/manage/location'; $urlParams = "action=update&reset=1&id={$event->id}";