X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FPage%2FView%2FSummary.php;h=f91a87480b61f067667326e21b2a7e905e00d1d9;hb=e122e55d89d351b1d22979ae15d6c76bb3bbecca;hp=f6df10137b71f57fc23d9fd1725eff58f54f53a1;hpb=9983edfa5347e011ca2262d586245b1f85310435;p=civicrm-core.git diff --git a/CRM/Contact/Page/View/Summary.php b/CRM/Contact/Page/View/Summary.php index f6df10137b..f91a87480b 100644 --- a/CRM/Contact/Page/View/Summary.php +++ b/CRM/Contact/Page/View/Summary.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 */ /** @@ -411,10 +411,7 @@ class CRM_Contact_Page_View_Summary extends CRM_Contact_Page_View { } elseif ($accessCiviCRM && !empty($this->_viewOptions[$tab['id']])) { $allTabs[] = $tab + [ - 'url' => CRM_Utils_System::url( - "civicrm/contact/view/{$tab['id']}", - "reset=1&cid={$this->_contactId}" - ), + 'url' => CRM_Utils_System::url("civicrm/contact/view/{$tab['id']}", "reset=1&cid={$this->_contactId}"), 'count' => CRM_Contact_BAO_Contact::getCountComponent($tab['id'], $this->_contactId), ]; $weight = $tab['weight'] + 10;