diff options
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index de685ab4c..4fc873402 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; |