Admins don't see uncategorized on /categories if it has no topics and allow_uncategorized_topics is false

This commit is contained in:
Neil Lalonde
2014-01-15 14:11:19 -05:00
parent 812f195cae
commit 89908cdb47
4 changed files with 20 additions and 6 deletions

View File

@@ -339,7 +339,7 @@ SQL
[read_restricted, mapped]
end
def uncatgorized?
def uncategorized?
id == SiteSetting.uncategorized_category_id
end
end