forked from extern/egroupware
Fix namespace prefix issue for Apples cfnetwork clients
This commit is contained in:
parent
1e47770279
commit
a3f27276bd
@ -919,7 +919,7 @@ class HTTP_WebDAV_Server
|
|||||||
// properties from namespaces != "DAV:" or without any namespace
|
// properties from namespaces != "DAV:" or without any namespace
|
||||||
if ($prop['ns']) {
|
if ($prop['ns']) {
|
||||||
if ($this->crrnd) {
|
if ($this->crrnd) {
|
||||||
echo " <$prop[name]> xmlns:".$ns_hash[$prop['ns']]."=".'"'.$prop["ns"].'">'
|
echo " <$prop[name] xmlns=".'"'.$prop["ns"].'">'
|
||||||
. $val . "</$prop[name]>\n";
|
. $val . "</$prop[name]>\n";
|
||||||
} else {
|
} else {
|
||||||
echo " <" . $ns_hash[$prop["ns"]] . ":$prop[name]>"
|
echo " <" . $ns_hash[$prop["ns"]] . ":$prop[name]>"
|
||||||
|
Loading…
Reference in New Issue
Block a user