aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-11 15:12:01 -0800
committerzotlabs <mike@macgirvin.com>2018-11-11 15:12:01 -0800
commitda452decf695ceac249642ec9d12fb724fa547f7 (patch)
tree2412eadb628d7e24d09b4545a78883cd0e72244c /Zotlabs/Lib/Libzot.php
parentc80ac58effdb71fe457daa164053ea57c1513e68 (diff)
downloadvolse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.tar.gz
volse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.tar.bz2
volse-hubzilla-da452decf695ceac249642ec9d12fb724fa547f7.zip
more z6 debugging
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 23703a040..f0248a85b 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -333,8 +333,8 @@ class Libzot {
if($permissions && is_array($permissions)) {
$old_read_stream_perm = get_abconfig($channel['channel_id'],$x['hash'],'their_perms','view_stream');
- foreach($permissions as $k => $v) {
- set_abconfig($channel['channel_id'],$x['hash'],'their_perms',$k,$v);
+ foreach($permissions as $p) {
+ set_abconfig($channel['channel_id'],$x['hash'],'their_perms',$p,'1');
}
}
@@ -974,6 +974,7 @@ logger('4');
}
$x = crypto_unencapsulate($x, get_config('system','prvkey'));
+
if(! is_array($x)) {
$x = json_decode($x,true);
}