INFRA-132 - Batch #7
[civicrm-core.git] / CRM / ACL / Page / ACLBasic.php
index ad580950f034030d56df0a8079ed6219aeb24280..4f83ddeba17d342ce09f99973dbd6b0342cda805 100644 (file)
@@ -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() {