]> source.dussan.org Git - nextcloud-server.git/commitdiff
dont setup full fs after dav auth
authorRobin Appelman <robin@icewind.nl>
Tue, 8 Mar 2022 14:48:02 +0000 (15:48 +0100)
committerRobin Appelman <robin@icewind.nl>
Thu, 24 Mar 2022 16:00:57 +0000 (17:00 +0100)
Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/dav/lib/Connector/Sabre/Auth.php

index 71e833809ac2d82dfe92dfeb34a372317aa020af..df4e3c65ce0a88c11e6e9a42e082d87f451e4414 100644 (file)
@@ -235,7 +235,6 @@ class Auth extends AbstractBasic {
                                \OC_User::handleApacheAuth()
                        ) {
                                $user = $this->userSession->getUser()->getUID();
-                               \OC_Util::setupFS($user);
                                $this->currentUser = $user;
                                $this->session->close();
                                return [true, $this->principalPrefix . $user];