do not put two sets of angle brackets around cannot-modify-protected-property error tag (fixes #112)

This commit is contained in:
Florian Schlichting 2017-03-29 11:20:35 +02:00
parent f1ca12bbe9
commit fb4f80d4c1

View File

@ -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;
/**