mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
just a comment
This commit is contained in:
parent
36d322f296
commit
c1940fd97c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user