aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-26 19:28:28 -0700
committerredmatrix <git@macgirvin.com>2016-07-26 19:28:28 -0700
commit80e433831430e9edc3829d2760551e03643cc598 (patch)
tree81bd309cc4bed71cb50e77c0b47a412de3f4b2d0 /include
parentdb176eec409b73c290ee4d7580867e97dead41fb (diff)
downloadvolse-hubzilla-80e433831430e9edc3829d2760551e03643cc598.tar.gz
volse-hubzilla-80e433831430e9edc3829d2760551e03643cc598.tar.bz2
volse-hubzilla-80e433831430e9edc3829d2760551e03643cc598.zip
missing s
Diffstat (limited to 'include')
-rw-r--r--include/channel.php2
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;
}