From 7fa02a1f3949dc77184153b400578924249d0aca Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Thu, 2 Jul 2020 01:34:59 +0200 Subject: [PATCH] Small permission fix --- core/Api/PermissionAPI.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/Api/PermissionAPI.class.php b/core/Api/PermissionAPI.class.php index 18e3930..24ad282 100644 --- a/core/Api/PermissionAPI.class.php +++ b/core/Api/PermissionAPI.class.php @@ -107,10 +107,6 @@ namespace Api\Permission { return false; } - if (!$this->checkStaticPermission()) { - return false; - } - if (!$this->fetchGroups()) { return false; }