mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: If latest
is removed (why?) don't 404 on root
This commit is contained in:
parent
15936f4742
commit
0eaf023025
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module Discourse
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.anonymous_filters
|
def self.anonymous_filters
|
||||||
@anonymous_filters ||= [:latest]
|
@anonymous_filters ||= [:latest, :top, :categories]
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.logged_in_filters
|
def self.logged_in_filters
|
||||||
|
|
Loading…
Reference in a new issue