mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +00:00
Support for DELTICKET completed.
This commit is contained in:
parent
bd875029a1
commit
4db6703c05
@ -75,6 +75,7 @@ switch ( $request->method ) {
|
||||
case 'LOCK': include('caldav-LOCK.php'); break;
|
||||
case 'UNLOCK': include('caldav-LOCK.php'); break;
|
||||
case 'MKTICKET': include('caldav-MKTICKET.php'); break;
|
||||
case 'DELTICKET': include('caldav-DELTICKET.php'); break;
|
||||
|
||||
case 'TESTRRULE': include('test-RRULE-v2.php'); break;
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ dbg_error_log('DELTICKET', 'method handler');
|
||||
require_once('DAVResource.php');
|
||||
|
||||
if ( ! $request->HavePrivilegeTo('DAV::unbind') && $request->ticket->owner() != $session->principal_id ) {
|
||||
$request->NeedPrivilege('DAV::unbind')
|
||||
$request->NeedPrivilege('DAV::unbind');
|
||||
}
|
||||
|
||||
if ( ! isset($request->ticket) ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user