diff options
author | zottel <github@zottel.net> | 2016-08-05 09:17:00 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2016-08-05 09:17:00 +0200 |
commit | 6ba142fd33a74a7bdb4f3dfc8c0c0f507c293a2e (patch) | |
tree | 2ec87e623880253714c80e5ac927a67c9dda0df9 /include | |
parent | dd83f6f3567ffa58b6addf2bc070ee244c868138 (diff) | |
parent | 92862f93f31beb009247144bae5d8b0a58b562b5 (diff) | |
download | volse-hubzilla-6ba142fd33a74a7bdb4f3dfc8c0c0f507c293a2e.tar.gz volse-hubzilla-6ba142fd33a74a7bdb4f3dfc8c0c0f507c293a2e.tar.bz2 volse-hubzilla-6ba142fd33a74a7bdb4f3dfc8c0c0f507c293a2e.zip |
Merge remote-tracking branch 'upstream/dev' into dev
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']; |