Skip to content
Snippets Groups Projects
Commit e1a40367 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1076 from yashodha/new-hook

CRM-12864
parents 6a86cb87 c1ad592f
Branches
Tags
No related merge requests found
......@@ -117,6 +117,10 @@ class CRM_Event_Form_ManageEvent_TabHeader {
$eventID = $form->getVar('_id');
// see if any other modules want to add any tabs
CRM_Utils_Hook::tabset('civicrm/event/manage', $tabs,
array('event_id' => $eventID));
$fullName = $form->getVar('_name');
$className = CRM_Utils_String::getClassName($fullName);
$new = '';
......@@ -187,10 +191,6 @@ WHERE e.id = %1
//calculate if the reminder has been configured for this event
}
// see if any other modules want to add any tabs
CRM_Utils_Hook::tabset('civicrm/event/manage', $tabs,
array('event_id' => $eventID));
return $tabs;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment