aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-16 14:10:57 -0800
committerzotlabs <mike@macgirvin.com>2016-11-16 14:10:57 -0800
commit7a17ee9f8c4b31f96861d2b28060832395caf0ec (patch)
tree26991931cb5720da8f6113a80744d35eb042b3d8 /include
parent501bd814c3a057684b102bc4c6cb8e0b7403debd (diff)
downloadvolse-hubzilla-7a17ee9f8c4b31f96861d2b28060832395caf0ec.tar.gz
volse-hubzilla-7a17ee9f8c4b31f96861d2b28060832395caf0ec.tar.bz2
volse-hubzilla-7a17ee9f8c4b31f96861d2b28060832395caf0ec.zip
export issue
Diffstat (limited to 'include')
-rw-r--r--include/channel.php2
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;