From 394d680a7b603a234f446acc9356483698293c88 Mon Sep 17 00:00:00 2001 From: iglocska Date: Wed, 20 Mar 2024 14:09:22 +0100 Subject: [PATCH] chg: [version] bump --- app/Model/Attribute.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Model/Attribute.php b/app/Model/Attribute.php index 2e06923ca..cfc196a7f 100644 --- a/app/Model/Attribute.php +++ b/app/Model/Attribute.php @@ -1548,7 +1548,6 @@ $conditions = array(); if (!$user['Role']['perm_site_admin']) { $sgids = $this->SharingGroup->authorizedIds($user); - $eventConditions = $this->Event->createEventConditions($user, true); $subQuery1 = [ 'conditions' => ['org_id' => $user['org_id']], 'fields' => ['id']