diff options
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r-- | Zotlabs/Module/Connedit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index 3aaa2a874..aac42abb9 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -90,7 +90,7 @@ class Connedit extends \Zotlabs\Web\Controller { $vcard = (($vc) ? \Sabre\VObject\Reader::read($vc) : null); $serialised_vcard = update_vcard($_REQUEST,$vcard); if($serialised_vcard) - set_abconfig(local_channel(),$orig_record['abook_xchan'],'system','vcard',$serialised_vcard); + set_abconfig(local_channel(),$orig_record[0]['abook_xchan'],'system','vcard',$serialised_vcard); if(intval($orig_record[0]['abook_self'])) { $autoperms = intval($_POST['autoperms']); |