diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-11 16:27:43 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-11 16:27:43 -0800 |
commit | 0f7d36cfa0ed5896151078e305f4c2d2523f378c (patch) | |
tree | a351d56b014b6736490c791e791f9037d0794bba /Zotlabs/Lib | |
parent | 9e27559bdb2ba2177128deb014ecaef21f1eaaba (diff) | |
download | volse-hubzilla-0f7d36cfa0ed5896151078e305f4c2d2523f378c.tar.gz volse-hubzilla-0f7d36cfa0ed5896151078e305f4c2d2523f378c.tar.bz2 volse-hubzilla-0f7d36cfa0ed5896151078e305f4c2d2523f378c.zip |
move the rest of superblock out of core
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 48b50b295..a1666e148 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -44,7 +44,7 @@ class ThreadItem { * Only add those that will be displayed */ - if((! visible_activity($item)) || array_key_exists('author_blocked',$item)) { + if((! visible_activity($item)) || array_key_exists('blocked',$item)) { continue; } |