diff options
author | zottel <github@zottel.net> | 2016-07-27 09:31:20 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2016-07-27 09:31:20 +0200 |
commit | e5a3179468c84ab78ffa655353bc068508e8cdfd (patch) | |
tree | 24d27705ad197ea1769f906404d6e14071f5599d /include/channel.php | |
parent | 11b97af250d8c5db015a736e9349f29efb6662d7 (diff) | |
parent | 672c3d7c6df2bf4667546c4376318d8684568014 (diff) | |
download | volse-hubzilla-e5a3179468c84ab78ffa655353bc068508e8cdfd.tar.gz volse-hubzilla-e5a3179468c84ab78ffa655353bc068508e8cdfd.tar.bz2 volse-hubzilla-e5a3179468c84ab78ffa655353bc068508e8cdfd.zip |
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index a5233743d..88dd818e6 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1568,7 +1568,7 @@ function is_public_profile() { return false; $channel = App::get_channel(); if($channel) { - $perm = \Zotlabs\Access\PermissionLimit::Get($channel['channel_id'],'view_profile'); + $perm = \Zotlabs\Access\PermissionLimits::Get($channel['channel_id'],'view_profile'); if($perm == PERMS_PUBLIC) return true; } |