X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FACL%2FPage%2FACLBasic.php;h=4f83ddeba17d342ce09f99973dbd6b0342cda805;hb=c301f76e83796cab7a73e8edf3129013f23cf339;hp=ad580950f034030d56df0a8079ed6219aeb24280;hpb=4de9f9328a1b4a7daf9802bdb6a6d9989b554fe8;p=civicrm-core.git diff --git a/CRM/ACL/Page/ACLBasic.php b/CRM/ACL/Page/ACLBasic.php index ad580950f0..4f83ddeba1 100644 --- a/CRM/ACL/Page/ACLBasic.php +++ b/CRM/ACL/Page/ACLBasic.php @@ -46,7 +46,6 @@ class CRM_ACL_Page_ACLBasic extends CRM_Core_Page_Basic { * The action links that we need to display for the browse screen * * @var array - * @static */ static $_links = NULL; @@ -113,7 +112,7 @@ class CRM_ACL_Page_ACLBasic extends CRM_Core_Page_Basic { array( 'title' => ts('Access Control'), 'url' => CRM_Utils_System::url('civicrm/admin/access', 'reset=1'), - ) + ), ); CRM_Utils_System::appendBreadCrumb($breadCrumb); @@ -133,7 +132,6 @@ class CRM_ACL_Page_ACLBasic extends CRM_Core_Page_Basic { * Browse all acls * * @return void - * @static */ public function browse() {