From: Michael Date: Mon, 23 Apr 2018 16:41:00 +0000 (+0000) Subject: Show private forums in the sidebar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c3ee596ff4ed419cf694073f6837c7d68f58c591;p=friendica.git Show private forums in the sidebar --- diff --git a/src/Content/ForumManager.php b/src/Content/ForumManager.php index 4f09b8a112..cfd083f9f8 100644 --- a/src/Content/ForumManager.php +++ b/src/Content/ForumManager.php @@ -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