mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
FIX: uncategorized topics list is 404 page when allow_uncategorized_topics is turned off
This commit is contained in:
@@ -44,10 +44,6 @@ class Site
|
||||
.includes(:topic_only_relative_url)
|
||||
.order(:position)
|
||||
|
||||
unless SiteSetting.allow_uncategorized_topics
|
||||
categories = categories.where('categories.id <> ?', SiteSetting.uncategorized_category_id)
|
||||
end
|
||||
|
||||
categories = categories.to_a
|
||||
|
||||
with_children = Set.new
|
||||
|
||||
Reference in New Issue
Block a user