aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-10-24 08:53:37 +1100
committerRedMatrix <info@friendica.com>2014-10-24 08:53:37 +1100
commit0b2cacad02d224de6c03feb0f46c79a803adffe9 (patch)
treed49169777f713d5d2d8340585f379bd402deee7a /include/items.php
parentbfdf5fd15cad5bbb7aa7b44dbc91872309621ec2 (diff)
parentf29c5a35f14f2a49b7c4a56fed577ebcf1010709 (diff)
downloadvolse-hubzilla-0b2cacad02d224de6c03feb0f46c79a803adffe9.tar.gz
volse-hubzilla-0b2cacad02d224de6c03feb0f46c79a803adffe9.tar.bz2
volse-hubzilla-0b2cacad02d224de6c03feb0f46c79a803adffe9.zip
Merge pull request #660 from beardy-unixer/master
Provide comment box for PERMS_AUTHED items. Presently only commentable ...
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index e3526b0a5..2805b9b21 100755
--- a/include/items.php
+++ b/include/items.php
@@ -214,6 +214,7 @@ function can_comment_on_post($observer_xchan,$item) {
break;
case 'any connections':
case 'contacts':
+ case 'authenticated':
case '':
if(array_key_exists('owner',$item)) {
if(($item['owner']['abook_xchan']) && ($item['owner']['abook_their_perms'] & PERMS_W_COMMENT))