aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php
index 8daa008c9..def80441a 100644
--- a/include/connections.php
+++ b/include/connections.php
@@ -822,7 +822,7 @@ function get_vcard_array($vc,$id) {
'address' => $adr->getParts()
];
$last_entry = end($adrs);
- array_walk($adrs[$last_entry],'array_escape_tags');
+ array_walk($adrs[$last_entry]['address'],'array_escape_tags');
}
}