minor fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 30 Nov 2015 09:58:16 +0000 (15:28 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 30 Nov 2015 09:58:16 +0000 (15:28 +0530)
CRM/Contact/Page/View/Summary.php

index eac81adab983c35fca70e1ed3bf6b0d4a8f482a2..d6cd3e55112d6249853729cfb3cf79c5123280ae 100644 (file)
@@ -389,8 +389,10 @@ class CRM_Contact_Page_View_Summary extends CRM_Contact_Page_View {
       $weight += 10;
     }
 
+    $context = array('contact_id' => $this->_contactId);
     // see if any other modules want to add any tabs
     CRM_Utils_Hook::tabs($allTabs, $this->_contactId);
+    CRM_Utils_Hook::tabset('civicrm/contact/view', $allTabs, $context);
 
     // now sort the tabs based on weight
     usort($allTabs, array('CRM_Utils_Sort', 'cmpFunc'));