----------------------------------------
* CRM-13221: postProcess hook doesn't fire when creating an event
http://issues.civicrm.org/jira/browse/CRM-13221
}
}
- $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',
$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}";