fixed version and a small bug

This commit is contained in:
2017-02-27 23:16:14 +01:00
parent 694b705bb9
commit 17d686e1ce
2 changed files with 4 additions and 1 deletions

View File

@@ -875,6 +875,9 @@ class ContactModule extends Module
if (isset($vCard->department)) {
$properties["department_name"] = $vCard->department;
}
if (isset($vCard->officelocation)) {
$properties["office_location"] = $vCard->officelocation;
}
if (isset($vCard->title)) {
$properties["title"] = $vCard->title;
}