From 0eaf023025fea29cae640fa041e1e0fc8da1dfa7 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 11 Sep 2014 14:42:23 -0400 Subject: [PATCH] FIX: If `latest` is removed (why?) don't 404 on root --- lib/discourse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/discourse.rb b/lib/discourse.rb index e7d1a19d890..8470e745187 100644 --- a/lib/discourse.rb +++ b/lib/discourse.rb @@ -60,7 +60,7 @@ module Discourse end def self.anonymous_filters - @anonymous_filters ||= [:latest] + @anonymous_filters ||= [:latest, :top, :categories] end def self.logged_in_filters