Merge pull request #2420 from annando/1603-guid

Add the guid to items that we create locally
This commit is contained in:
Tobias Diekershoff 2016-03-21 06:40:55 +01:00
commit 53546e92d3
8 changed files with 16 additions and 8 deletions

View file

@ -196,6 +196,7 @@ EOT;
$arr = array();
$arr['guid'] = get_guid(32);
$arr['uri'] = $uri;
$arr['uid'] = $owner_uid;
$arr['contact-id'] = $contact['id'];