diff --git a/app/helpers/pagination_helper.rb b/app/helpers/pagination_helper.rb
index d863fbdea..d058448e6 100644
--- a/app/helpers/pagination_helper.rb
+++ b/app/helpers/pagination_helper.rb
@@ -3,11 +3,11 @@ module PaginationHelper
html = '
"
diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb
index a997d4126..8e64d9c76 100644
--- a/app/views/posts/partials/common/_secondary_links.html.erb
+++ b/app/views/posts/partials/common/_secondary_links.html.erb
@@ -5,7 +5,7 @@
<%= link_to "Popular", popular_explore_posts_path %>
<%= link_to "Hot", posts_path(:tags => "order:rank") %>
<% unless CurrentUser.is_anonymous? %>
- <%= link_to "Favorites", favorites_path %>
+ <%= link_to "Favorites", favorites_path(:f => "1") %>
<%= link_to "Subscriptions", posts_path(:tags => "sub:#{CurrentUser.name}") %>
<% end %>
<%= link_to "Changes", post_versions_path %>