From 1d8a5bb2a84867ea765a74c1ddae6f0ff14e0eeb 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 13f46994c1..02fe9db092 100644 --- a/CRM/Contact/Page/View/Summary.php +++ b/CRM/Contact/Page/View/Summary.php @@ -56,7 +56,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