mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-14 03:34:38 +00:00
Add an empty response to the DAV::group property.
This commit is contained in:
parent
371666f04e
commit
c3cfc97fff
@ -453,7 +453,7 @@ EOQRY;
|
||||
* Build permissions for this URL
|
||||
*/
|
||||
function FetchPrivileges() {
|
||||
global $session;
|
||||
global $session, $request;
|
||||
|
||||
if ( $this->dav_name == '/' || $this->dav_name == '' ) {
|
||||
$this->privileges = (1 | 16 | 32); // read + read-acl + read-current-user-privilege-set
|
||||
@ -1039,6 +1039,7 @@ EOQRY;
|
||||
break;
|
||||
|
||||
// Empty tag responses.
|
||||
case 'DAV::group':
|
||||
case 'DAV::alternate-URI-set':
|
||||
$reply->NSElement($prop, $tag );
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user