Merge pull request #453 from untitaker/patch-1
Fix another namespacing bug
This commit is contained in:
commit
68fe08f488
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ HTML;
|
|||
$stmt1->execute([
|
||||
'addressbooks/' . basename($row['uri']),
|
||||
'{http://calendarserver.org/ns/}me-card',
|
||||
serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']))
|
||||
serialize(new \Sabre\DAV\Xml\Property\Href($row['vcardurl']))
|
||||
]);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue