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:13:58 -0800
commit4ce1cccc4a908ea45e45abcee607d6085ac66751 (patch)
tree5b656018669df9fc8feac138781c50dd63656a36 /include
parenta3796f9baaf9e97c4ca20147823f6182b003d02f (diff)
downloadvolse-hubzilla-4ce1cccc4a908ea45e45abcee607d6085ac66751.tar.gz
volse-hubzilla-4ce1cccc4a908ea45e45abcee607d6085ac66751.tar.bz2
volse-hubzilla-4ce1cccc4a908ea45e45abcee607d6085ac66751.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 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;