aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-23 15:22:26 -0700
committerfriendica <info@friendica.com>2014-08-23 15:22:26 -0700
commit56e8b2b9714336059d3b19a28ab0593c22068b0b (patch)
tree86ff43de9d4628b8f560d4e3ae432d6b672f5398 /include/items.php
parent5d2dc4e8fdb62785cf306496c7cdcefb31d4a0ed (diff)
downloadvolse-hubzilla-56e8b2b9714336059d3b19a28ab0593c22068b0b.tar.gz
volse-hubzilla-56e8b2b9714336059d3b19a28ab0593c22068b0b.tar.bz2
volse-hubzilla-56e8b2b9714336059d3b19a28ab0593c22068b0b.zip
add "any connections" to can_comment_on_post() - was missing
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 bdf4007af..f10a5c570 100755
--- a/include/items.php
+++ b/include/items.php
@@ -132,6 +132,7 @@ function can_comment_on_post($observer_xchan,$item) {
// false.
return false;
break;
+ case 'any connections':
case 'contacts':
case '':
if(array_key_exists('owner',$item)) {