From 8978974b5205e393055ab45c61ad91078004f2d2 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sun, 4 Jun 2023 20:10:26 +0100 Subject: [PATCH] [REF][PHP8.2] Remove unused dynamic property showMembershipSummary --- CRM/Member/Page/DashBoard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Member/Page/DashBoard.php b/CRM/Member/Page/DashBoard.php index 8a931b38c9..8e80036222 100644 --- a/CRM/Member/Page/DashBoard.php +++ b/CRM/Member/Page/DashBoard.php @@ -32,7 +32,6 @@ class CRM_Member_Page_DashBoard extends CRM_Core_Page { //what they have access to //@todo implement acls on dashboard querys (preferably via api to enhance that at the same time) if (!CRM_Core_Permission::check('view all contacts') && !CRM_Core_Permission::check('edit all contacts')) { - $this->showMembershipSummary = FALSE; $this->assign('membershipSummary', FALSE); return; } -- 2.25.1