summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib/vcard.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-10-07 23:01:44 +0200
committerBart Visscher <bartv@thisnet.nl>2011-10-07 23:01:49 +0200
commita13d42fdaf5751afc42dff3770c6f9eb27a0a8ed (patch)
treee09aef17baba985c9de472c6f1a6643a602ab26b /apps/contacts/lib/vcard.php
parent46b8703b715230122a14548a229fc648077ca0fe (diff)
downloadnextcloud-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.php1
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;
}
/**