From c1940fd97c167f68bc7f5cc711065117080a47a3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 25 Sep 2024 17:25:58 +0200 Subject: [PATCH] just a comment --- webdav/webdav.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webdav/webdav.php b/webdav/webdav.php index 113310f9d..84102ecfa 100644 --- a/webdav/webdav.php +++ b/webdav/webdav.php @@ -207,6 +207,7 @@ class HTTP_WebDAV_Server_SeedDMS extends HTTP_WebDAV_Server $this->logger->log('check_auth: type='.$type.', user='.$user.' authenticated', PEAR_LOG_INFO); $this->user = $controller->getUser(); + /* Get diskspace and quota for later PROPFIND calls */ $this->diskspace = $this->user->getUsedDiskSpace(); $this->quota = $this->user->getQuota(); if(!$this->user) {