aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-16 23:08:52 -0700
committerfriendica <info@friendica.com>2013-06-16 23:08:52 -0700
commit322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e (patch)
treefb97c2ce835ece270e30debc1e2c6ef26f06e3c2 /include
parent7ae340dd4031c69cd84b30e68c71c80cebdd7ef0 (diff)
downloadvolse-hubzilla-322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e.tar.gz
volse-hubzilla-322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e.tar.bz2
volse-hubzilla-322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e.zip
undefined function
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index c3c594d59..1490d66ce 100755
--- a/include/items.php
+++ b/include/items.php
@@ -173,7 +173,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_policy($channel['channel_w_comment']);
+ $arr['comment_policy'] = map_scope($channel['channel_w_comment']);
// for the benefit of plugins, we will behave as if this is an API call rather than a normal online post