missing s

This commit is contained in:
redmatrix
2016-07-26 19:28:28 -07:00
parent db176eec40
commit 80e4338314
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}