aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-18 16:45:43 -0700
committerredmatrix <git@macgirvin.com>2016-07-18 16:45:43 -0700
commitb5b57523f14597f13b88a93f8787bb5a4f966c58 (patch)
tree0463cf24db71539ba4bf355f60b7e9f461677109 /include/channel.php
parent7524948a970271072030b3f67183152b2c23081b (diff)
downloadvolse-hubzilla-b5b57523f14597f13b88a93f8787bb5a4f966c58.tar.gz
volse-hubzilla-b5b57523f14597f13b88a93f8787bb5a4f966c58.tar.bz2
volse-hubzilla-b5b57523f14597f13b88a93f8787bb5a4f966c58.zip
more perms work
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php
index 12b4152ca..bec7d11d6 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -521,6 +521,7 @@ function identity_basic_export($channel_id, $items = false) {
$abconfig = load_abconfig($channel_id,$ret['abook'][$x]['abook_xchan']);
if($abconfig)
$ret['abook'][$x]['abconfig'] = $abconfig;
+ translate_abook_perms_outbound($ret['abook'][$x]);
}
stringify_array_elms($xchans);
}