CRM-16433 fix - "User and User Admin Only" groups should NOT be included in Contribut...
[civicrm-core.git] / 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) {