mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
In the new sabre (3.2) the order of beforeMethod is switched. it used to be that beforeMethod:METHOD was called after beforeMethod. But now it is called before. Since we need the view this was broken. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>