From 4ce1cccc4a908ea45e45abcee607d6085ac66751 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 16 Nov 2016 14:10:57 -0800 Subject: [PATCH] export issue --- include/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/channel.php b/include/channel.php index c86cea6f1..88e59830f 100644 --- a/include/channel.php +++ b/include/channel.php @@ -521,7 +521,7 @@ function identity_basic_export($channel_id, $items = false) { $ret['abook'] = $r; for($x = 0; $x < count($ret['abook']); $x ++) { - $xchans[] = $ret['abook'][$x]['abook_chan']; + $xchans[] = $ret['abook'][$x]['abook_xchan']; $abconfig = load_abconfig($channel_id,$ret['abook'][$x]['abook_xchan']); if($abconfig) $ret['abook'][$x]['abconfig'] = $abconfig;