disable oauth2 until I can get back to it - it's throwing typos
This commit is contained in:
@@ -629,7 +629,7 @@ function get_vcard_array($vc,$id) {
|
||||
'address' => $adr->getParts()
|
||||
];
|
||||
$last_entry = end($adrs);
|
||||
if($adrs[$last_entry]['address'])
|
||||
if($last_entry && $adrs[$last_entry]['address'])
|
||||
array_walk($adrs[$last_entry]['address'],'array_escape_tags');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user