Fix typo.

This commit is contained in:
Andrew McMillan 2013-05-28 12:54:44 +12:00
parent 9b7bc8d6e4
commit 04ad1ac742

View File

@ -1803,7 +1803,7 @@ EOQRY;
break;
default:
$property_value = $this->GetProperty(preg_replace('{^(DAV:urn:ietf:params:xml:ns:ca(rd|l)dav):}', '', $tag));
$property_value = $this->GetProperty(preg_replace('{^(DAV:|urn:ietf:params:xml:ns:ca(rd|l)dav):}', '', $tag));
if ( isset($property_value) ) {
$reply->NSElement($prop, $tag, $property_value );
}