Small permission fix

This commit is contained in:
Roman Hergenreder 2020-07-02 01:34:59 +02:00
parent fd738c46e8
commit 7fa02a1f39

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