fix superblock for comments

This commit is contained in:
friendica
2013-08-20 19:51:58 -07:00
parent cd5fdbcb48
commit 02a3694868
3 changed files with 17 additions and 3 deletions

View File

@@ -39,10 +39,10 @@ class Item extends BaseObject {
foreach($data['children'] as $item) {
/*
* Only add thos that will be displayed
* Only add those that will be displayed
*/
if(! visible_activity($item)) {
if((! visible_activity($item)) || array_key_exists('author_blocked',$item)) {
continue;
}