X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FACL%2FAPI.php;h=f3681b3fa8702eb91c056b0150f1f95fd82cb7d1;hb=f38178e6aa43297ef8b9e08ca1bcb6bd49c81473;hp=9a2d11a244f87405214e462b96899891e8c7da57;hpb=abc14c4c0265087100e724db57b8b8fe580bbd0d;p=civicrm-core.git diff --git a/CRM/ACL/API.php b/CRM/ACL/API.php index 9a2d11a244..f3681b3fa8 100644 --- a/CRM/ACL/API.php +++ b/CRM/ACL/API.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -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) {