export issue

This commit is contained in:
zotlabs 2016-11-16 14:10:57 -08:00
parent 501bd814c3
commit 7a17ee9f8c

View File

@ -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;