add "any connections" to can_comment_on_post() - was missing
This commit is contained in:
parent
5d2dc4e8fd
commit
56e8b2b971
@ -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)) {
|
||||
|
Reference in New Issue
Block a user