mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
329 B
329 B
Bugfix: Fix error code when a user can't disable a space
Previously, if the user couldn't disable a space due to wrong permissions, the request returned a 404 error code, as if the space wasn't found even though the space was visible. Now it will return the expected 403 error code.