mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-15 06:00:17 +00:00
do not put two sets of angle brackets around cannot-modify-protected-property error tag (fixes #112)
This commit is contained in:
parent
f1ca12bbe9
commit
fb4f80d4c1
@ -212,7 +212,7 @@ foreach( $setprops AS $k => $setting ) {
|
||||
case 'DAV::creationdate':
|
||||
case 'DAV::lockdiscovery':
|
||||
case 'DAV::supportedlock':
|
||||
add_failure('set', $tag, 'HTTP/1.1 409 Conflict', translate("Property is read-only"), new XMLElement( 'cannot-modify-protected-property'));
|
||||
add_failure('set', $tag, 'HTTP/1.1 409 Conflict', translate("Property is read-only"), 'cannot-modify-protected-property');
|
||||
break;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user