]> git.mxchange.org Git - friendica.git/commitdiff
Show private forums in the sidebar
authorMichael <heluecht@pirati.ca>
Mon, 23 Apr 2018 16:41:00 +0000 (16:41 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 23 Apr 2018 16:41:00 +0000 (16:41 +0000)
src/Content/ForumManager.php

index 4f09b8a1126a3cc0512f763d9ffc307a9a977be5..cfd083f9f8c3821010e1f61d3d77a78d1163f278 100644 (file)
@@ -49,7 +49,7 @@ class ForumManager
                        "SELECT `contact`.`id`, `contact`.`url`, `contact`.`name`, `contact`.`micro`, `contact`.`thumb`
                        FROM `contact`
                                WHERE `network`= 'dfrn' AND $select AND `uid` = ?
-                               AND NOT `blocked` AND NOT `hidden` AND NOT `pending` AND NOT `archive`
+                               AND NOT `blocked` AND NOT `pending` AND NOT `archive`
                                AND `success_update` > `failure_update`
                        $order ",
                        $uid