projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
832bf0b
)
CRM-16433 fix - "User and User Admin Only" groups should NOT be included in Contribut...
author
monishdeb
<monish.deb@webaccessglobal.com>
Wed, 6 May 2015 06:37:13 +0000
(12:07 +0530)
committer
monishdeb
<monish.deb@webaccessglobal.com>
Wed, 6 May 2015 06:37:13 +0000
(12:07 +0530)
https://issues.civicrm.org/jira/browse/CRM-16433
CRM/ACL/API.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/ACL/API.php
b/CRM/ACL/API.php
index 53dc141d44f87acea36219df0dcbd1a76fad4246..f3681b3fa8702eb91c056b0150f1f95fd82cb7d1 100644
(file)
--- 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) {