mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-13 10:40:20 +00:00
PROPPATCH is allowed on binds.
This commit is contained in:
parent
504651a3f5
commit
55398e3540
@ -14,7 +14,7 @@ require_once('iCalendar.php');
|
||||
require_once('DAVResource.php');
|
||||
|
||||
$dav_resource = new DAVResource($request->path);
|
||||
if ( ! ($dav_resource->HavePrivilegeTo('DAV::write-properties') || $dav_resource->IsBinding() ) ) {
|
||||
if ( ! ($dav_resource->HavePrivilegeTo('DAV::write-properties') ) ) {
|
||||
$request->DoResponse( 403 );
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user