CRM-14025 call postProcess hook ManageEvent form - per comment on function there...
authorEileen <eileen@fuzion.co.nz>
Tue, 24 Dec 2013 00:36:38 +0000 (13:36 +1300)
committerEileen <eileen@fuzion.co.nz>
Tue, 24 Dec 2013 00:37:10 +0000 (13:37 +1300)
----------------------------------------
* CRM-14025: Manage registration pages don't call postProcess hook
  http://issues.civicrm.org/jira/browse/CRM-14025

CRM/Event/Form/ManageEvent.php

index ca2ac55d6aaf0786bded1ce0e4f2724d2255b8f8..acab1e709cae2aead199b27ae8b66a1dcaf16db7 100644 (file)
@@ -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',