From b92e5777aae2a506336a1a3424ee0195fc0ee70f Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 6 May 2015 12:07:13 +0530 Subject: [PATCH] CRM-16433 fix - "User and User Admin Only" groups should NOT be included in Contribution Receipt Profile Field Group(s) output https://issues.civicrm.org/jira/browse/CRM-16433 --- CRM/ACL/API.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/ACL/API.php b/CRM/ACL/API.php index 53dc141d44..f3681b3fa8 100644 --- a/CRM/ACL/API.php +++ b/CRM/ACL/API.php @@ -204,6 +204,7 @@ class CRM_ACL_API { ) { static $cache = array(); + $groups = array(); //@todo this is pretty hacky!!! //adding a way for unit tests to flush the cache if ($flush) { -- 2.25.1