diff --git a/lib/topic_query.rb b/lib/topic_query.rb index fcffb422be..ec6133ca74 100644 --- a/lib/topic_query.rb +++ b/lib/topic_query.rb @@ -540,8 +540,7 @@ class TopicQuery SELECT group_id FROM group_users WHERE user_id = #{user.id.to_i} - OR #{user.admin?} - OR (#{user.staff?} AND group_id <> #{Group::AUTO_GROUPS[:admins]}) + OR #{user.staff?} ) ) AND group_id IN (SELECT id FROM groups WHERE name ilike ?)