diff options
author | Mario <mario@mariovavti.com> | 2021-10-30 09:08:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-30 09:08:32 +0000 |
commit | 7c576c91b7af68523f0166f45cb3d8b0e6240a8e (patch) | |
tree | e272f44e25d60e1c9a2dfeaff99968effea1b51a | |
parent | 25ffd39519a69fea946c8af56bc9b1bbe3baf2e6 (diff) | |
parent | 17bd36461425b48c168d122543d30264646ba8b6 (diff) | |
download | volse-hubzilla-7c576c91b7af68523f0166f45cb3d8b0e6240a8e.tar.gz volse-hubzilla-7c576c91b7af68523f0166f45cb3d8b0e6240a8e.tar.bz2 volse-hubzilla-7c576c91b7af68523f0166f45cb3d8b0e6240a8e.zip |
Merge branch 'dev' into 6.4RC
-rw-r--r-- | include/permissions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/permissions.php b/include/permissions.php index 9e432ce51..d94b70da6 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -50,7 +50,6 @@ 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", |