CRM-16433 fix - "User and User Admin Only" groups should NOT be included in Contribut...
authormonishdeb <monish.deb@webaccessglobal.com>
Wed, 6 May 2015 06:37:13 +0000 (12:07 +0530)
committermonishdeb <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

index 53dc141d44f87acea36219df0dcbd1a76fad4246..f3681b3fa8702eb91c056b0150f1f95fd82cb7d1 100644 (file)
@@ -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) {