]> source.dussan.org Git - nextcloud-server.git/commit
Fixes files_drop for sabre 3.2 2082/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 10 Nov 2016 19:44:41 +0000 (20:44 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 10 Nov 2016 19:44:41 +0000 (20:44 +0100)
commit4b3b562c4f9aaa19fb8b647003484c181bd3d52b
treeb0e7ea86204a514c08ba20ef28fd4ec65edf1031
parent8cfdcfb40d7181393f13ca85b800de8c768d4404
Fixes files_drop for sabre 3.2

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>
apps/dav/lib/Files/Sharing/FilesDropPlugin.php