Skip to content
Snippets Groups Projects
Commit eca2a9c1 authored by Demian Katz's avatar Demian Katz
Browse files

ServerParam permission provider should not restrict itself to loggedin users.

parent 31319cd7
Branches
Tags
No related merge requests found
...@@ -103,7 +103,7 @@ class ServerParam implements PermissionProviderInterface, ...@@ -103,7 +103,7 @@ class ServerParam implements PermissionProviderInterface,
} }
$this->debug("getPermissions: result = true"); $this->debug("getPermissions: result = true");
} }
return ['loggedin']; return ['guest', 'loggedin'];
} }
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment