mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-22 06:29:15 +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
|
* Build permissions for this URL
|
||||||
*/
|
*/
|
||||||
function FetchPrivileges() {
|
function FetchPrivileges() {
|
||||||
global $session;
|
global $session, $request;
|
||||||
|
|
||||||
if ( $this->dav_name == '/' || $this->dav_name == '' ) {
|
if ( $this->dav_name == '/' || $this->dav_name == '' ) {
|
||||||
$this->privileges = (1 | 16 | 32); // read + read-acl + read-current-user-privilege-set
|
$this->privileges = (1 | 16 | 32); // read + read-acl + read-current-user-privilege-set
|
||||||
@ -1039,6 +1039,7 @@ EOQRY;
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
// Empty tag responses.
|
// Empty tag responses.
|
||||||
|
case 'DAV::group':
|
||||||
case 'DAV::alternate-URI-set':
|
case 'DAV::alternate-URI-set':
|
||||||
$reply->NSElement($prop, $tag );
|
$reply->NSElement($prop, $tag );
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user