acl view done

This commit is contained in:
2024-03-27 16:27:26 +01:00
parent aa51380055
commit a8f4c84f60
5 changed files with 119 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ class ArrayType extends Parameter {
}
public function parseParam($value): bool {
if(!is_array($value)) {
if (!is_array($value)) {
if (!$this->canBeOne) {
return false;
} else {