Browse Source

Small permission fix

Roman Hergenreder 3 years ago
parent
commit
7fa02a1f39
1 changed files with 0 additions and 4 deletions
  1. 0 4
      core/Api/PermissionAPI.class.php

+ 0 - 4
core/Api/PermissionAPI.class.php

@@ -107,10 +107,6 @@ namespace Api\Permission {
         return false;
       }
 
-      if (!$this->checkStaticPermission()) {
-        return false;
-      }
-
       if (!$this->fetchGroups()) {
         return false;
       }