mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"return only the self URL for propfind on app folder with depth 0"
This commit is contained in:
parent
0afb2d0324
commit
f0f056420f
@ -198,6 +198,10 @@ class groupdav extends HTTP_WebDAV_Server
|
||||
)),
|
||||
);
|
||||
}
|
||||
if (!$options['depth'] && !$id)
|
||||
{
|
||||
return true; // depth 0 --> show only the self url
|
||||
}
|
||||
return $handler->propfind($options['path'],$options,$files,$user,$id);
|
||||
}
|
||||
return '501 Not Implemented';
|
||||
|
Loading…
Reference in New Issue
Block a user