diff options
author | redmatrix <git@macgirvin.com> | 2016-07-26 19:28:28 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-26 19:28:28 -0700 |
commit | 80e433831430e9edc3829d2760551e03643cc598 (patch) | |
tree | 81bd309cc4bed71cb50e77c0b47a412de3f4b2d0 /include | |
parent | db176eec409b73c290ee4d7580867e97dead41fb (diff) | |
download | volse-hubzilla-80e433831430e9edc3829d2760551e03643cc598.tar.gz volse-hubzilla-80e433831430e9edc3829d2760551e03643cc598.tar.bz2 volse-hubzilla-80e433831430e9edc3829d2760551e03643cc598.zip |
missing s
Diffstat (limited to 'include')
-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; } |