aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-28 05:03:58 -0700
committerfriendica <info@friendica.com>2013-09-28 05:03:58 -0700
commit6ca6bc2dd8cadb509ad84e184a11a80c6441921f (patch)
treef47e4ebfad2cec30f030b7bf6ef1d84593b54156 /include/items.php
parent13e18332aa5d2fd1e32dbbfeabcb0772b6db3f5b (diff)
downloadvolse-hubzilla-6ca6bc2dd8cadb509ad84e184a11a80c6441921f.tar.gz
volse-hubzilla-6ca6bc2dd8cadb509ad84e184a11a80c6441921f.tar.bz2
volse-hubzilla-6ca6bc2dd8cadb509ad84e184a11a80c6441921f.zip
close comment
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 b58b4415e..45d9d28fc 100755
--- a/include/items.php
+++ b/include/items.php
@@ -92,7 +92,7 @@ function collect_recipients($item,&$private) {
* Generally we should look at the item - in particular the author['book_flags'] and see if ABOOK_FLAG_SELF is set.
* If it is, you should be able to use perm_is_allowed( ... 'post_comments'), and if it isn't you need to call
* can_comment_on_post()
-
+ */
function can_comment_on_post($observer_xchan,$item) {
// logger('can_comment_on_post: comment_policy: ' . $item['comment_policy'], LOGGER_DEBUG);