diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 23:01:44 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 23:01:49 +0200 |
commit | a13d42fdaf5751afc42dff3770c6f9eb27a0a8ed (patch) | |
tree | e09aef17baba985c9de472c6f1a6643a602ab26b /apps/contacts/lib/vcard.php | |
parent | 46b8703b715230122a14548a229fc648077ca0fe (diff) | |
download | nextcloud-server-a13d42fdaf5751afc42dff3770c6f9eb27a0a8ed.tar.gz nextcloud-server-a13d42fdaf5751afc42dff3770c6f9eb27a0a8ed.zip |
Fixes for adding contact property
Diffstat (limited to 'apps/contacts/lib/vcard.php')
-rw-r--r-- | apps/contacts/lib/vcard.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/lib/vcard.php b/apps/contacts/lib/vcard.php index bff2897384f..9f15cf4bc37 100644 --- a/apps/contacts/lib/vcard.php +++ b/apps/contacts/lib/vcard.php @@ -290,6 +290,7 @@ class OC_Contacts_VCard{ } $vcard->add($property); + return $property; } /** |