diff options
author | redmatrix <git@macgirvin.com> | 2016-08-02 18:21:43 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-02 18:21:43 -0700 |
commit | c4fd0af16dbec94d8a15006dbe320dddc6d13d85 (patch) | |
tree | 6a6deed24dfc7ba3883ff20a5f1ed3303af6cf82 /include | |
parent | 69354e808f35b57e169fa662b75498a97dd1dfee (diff) | |
download | volse-hubzilla-c4fd0af16dbec94d8a15006dbe320dddc6d13d85.tar.gz volse-hubzilla-c4fd0af16dbec94d8a15006dbe320dddc6d13d85.tar.bz2 volse-hubzilla-c4fd0af16dbec94d8a15006dbe320dddc6d13d85.zip |
comment policy permissions typo
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 178fb30d6..5bd0b0968 100755 --- a/include/items.php +++ b/include/items.php @@ -421,7 +421,7 @@ function post_activity_item($arr) { $arr['deny_cid'] = ((x($arr,'deny_cid')) ? $arr['deny_cid'] : $channel['channel_deny_cid']); $arr['deny_gid'] = ((x($arr,'deny_gid')) ? $arr['deny_gid'] : $channel['channel_deny_gid']); - $arr['comment_policy'] = map_scope(\Zotlabs\Access/PermissionLimits::Get($channel['channel_id'],'post_comments')); + $arr['comment_policy'] = map_scope(\Zotlabs\Access\PermissionLimits::Get($channel['channel_id'],'post_comments')); if ((! $arr['plink']) && (intval($arr['item_thread_top']))) { $arr['plink'] = z_root() . '/channel/' . $channel['channel_address'] . '/?f=&mid=' . $arr['mid']; |