aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-08-02 18:21:43 -0700
committerredmatrix <git@macgirvin.com>2016-08-02 18:21:43 -0700
commitc4fd0af16dbec94d8a15006dbe320dddc6d13d85 (patch)
tree6a6deed24dfc7ba3883ff20a5f1ed3303af6cf82 /include/items.php
parent69354e808f35b57e169fa662b75498a97dd1dfee (diff)
downloadvolse-hubzilla-c4fd0af16dbec94d8a15006dbe320dddc6d13d85.tar.gz
volse-hubzilla-c4fd0af16dbec94d8a15006dbe320dddc6d13d85.tar.bz2
volse-hubzilla-c4fd0af16dbec94d8a15006dbe320dddc6d13d85.zip
comment policy permissions typo
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
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'];