more perms work

This commit is contained in:
redmatrix
2016-07-18 16:45:43 -07:00
parent 7524948a97
commit b5b57523f1
4 changed files with 25 additions and 0 deletions

View File

@@ -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);
}