diff options
author | friendica <info@friendica.com> | 2013-06-16 23:08:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-16 23:08:52 -0700 |
commit | 322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e (patch) | |
tree | fb97c2ce835ece270e30debc1e2c6ef26f06e3c2 | |
parent | 7ae340dd4031c69cd84b30e68c71c80cebdd7ef0 (diff) | |
download | volse-hubzilla-322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e.tar.gz volse-hubzilla-322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e.tar.bz2 volse-hubzilla-322c9d76fc099ac6a2b7efb7f0b3b7a25c83f87e.zip |
undefined function
-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 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 |