From f79e4e87d106b8fc8607944df904ad93d91b5915 Mon Sep 17 00:00:00 2001 From: Eileen Date: Fri, 22 Apr 2016 09:24:48 +0000 Subject: [PATCH] Fix Strict warning discovered in testing --- CRM/Contact/Page/View/Summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Page/View/Summary.php b/CRM/Contact/Page/View/Summary.php index 65fa6b5a25..9e511e8774 100644 --- a/CRM/Contact/Page/View/Summary.php +++ b/CRM/Contact/Page/View/Summary.php @@ -60,7 +60,7 @@ class CRM_Contact_Page_View_Summary extends CRM_Contact_Page_View { trim($entitySubType, CRM_Core_DAO::VALUE_SEPARATOR) ); } - $groupTree = &CRM_Core_BAO_CustomGroup::getTree($entityType, + $groupTree = CRM_Core_BAO_CustomGroup::getTree($entityType, $this, $this->_contactId, NULL, -- 2.25.1