From acfa527e3e3a4cfa44a8f5148c3409a284b7f253 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 30 Oct 2021 09:04:50 +0000 Subject: css fixes --- include/permissions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/permissions.php') diff --git a/include/permissions.php b/include/permissions.php index 33b385490..9e432ce51 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -50,6 +50,7 @@ function get_all_perms($uid, $observer_xchan, $check_siteblock = true, $default_ // First find out what the channel owner declared permissions to be. $channel_perm = intval(\Zotlabs\Access\PermissionLimits::Get($uid,$perm_name)); +hz_syslog(print_r($channel_perm,true)); if(! $channel_checked) { $r = q("select * from channel where channel_id = %d limit 1", @@ -242,6 +243,7 @@ function get_all_perms($uid, $observer_xchan, $check_siteblock = true, $default_ call_hooks('get_all_perms',$arr); + return $arr['permissions']; } -- cgit v1.2.3