diff options
author | friendica <info@friendica.com> | 2014-08-23 15:22:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-23 15:22:26 -0700 |
commit | 56e8b2b9714336059d3b19a28ab0593c22068b0b (patch) | |
tree | 86ff43de9d4628b8f560d4e3ae432d6b672f5398 /include/items.php | |
parent | 5d2dc4e8fdb62785cf306496c7cdcefb31d4a0ed (diff) | |
download | volse-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-x | include/items.php | 1 |
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)) { |