add "any connections" to can_comment_on_post() - was missing

This commit is contained in:
friendica 2014-08-23 15:22:26 -07:00
parent 5d2dc4e8fd
commit 56e8b2b971

View File

@ -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)) {