mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-28 18:16:05 +00:00
Revert misguided namespacing change on Not Found properties.
This commit is contained in:
parent
e742238e9a
commit
5055d28c07
@ -1235,7 +1235,7 @@ EOQRY;
|
||||
$status = new XMLElement('status', 'HTTP/1.1 404 Not Found' );
|
||||
$noprop = new XMLElement('prop');
|
||||
foreach( $not_found AS $k => $v ) {
|
||||
$reply->NSElement($noprop, $v);
|
||||
$noprop->NewElement($v);
|
||||
}
|
||||
$elements[] = new XMLElement( 'propstat', array( $noprop, $status) );
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user