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

Merge pull request #495 from yashodha/CRM-12357

CRM-12357
parents f10c6296 36bb946c
Branches
Tags
No related merge requests found
......@@ -2366,6 +2366,10 @@ AND civicrm_openid.is_primary = 1";
);
return CRM_Activity_BAO_Activity::getActivitiesCount($input);
case 'mailing':
//FIX ME: calculate count
return;
default:
$custom = explode('_', $component);
if ($custom['0'] = 'custom') {
......
......@@ -334,8 +334,7 @@ class CRM_Contact_Page_View_Summary extends CRM_Contact_Page_View {
TRUE
);
if (!$writeActivity) {
$elem = $mailingCom->registerTab();
$elem = $mailingComp->registerTab();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment