export issue
This commit is contained in:
parent
501bd814c3
commit
7a17ee9f8c
@ -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;
|
||||
|
Reference in New Issue
Block a user