just a comment

This commit is contained in:
Uwe Steinmann 2024-09-25 17:25:58 +02:00
parent 36d322f296
commit c1940fd97c

View File

@ -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->logger->log('check_auth: type='.$type.', user='.$user.' authenticated', PEAR_LOG_INFO);
$this->user = $controller->getUser(); $this->user = $controller->getUser();
/* Get diskspace and quota for later PROPFIND calls */
$this->diskspace = $this->user->getUsedDiskSpace(); $this->diskspace = $this->user->getUsedDiskSpace();
$this->quota = $this->user->getQuota(); $this->quota = $this->user->getQuota();
if(!$this->user) { if(!$this->user) {