diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb
index 7b14a4ecf..66f2e5117 100644
--- a/app/views/posts/partials/common/_secondary_links.html.erb
+++ b/app/views/posts/partials/common/_secondary_links.html.erb
@@ -4,7 +4,7 @@
<%= link_to "Upload", new_upload_path %>
<%= link_to "Popular", popular_explore_posts_path %>
<%= link_to "Hot", posts_path(:tags => "order:rank") %>
- <% if Danbooru.config.report_server %>
+ <% if Danbooru.config.reportbooru_server %>
<%= link_to "Searches", searches_explore_posts_path %>
<% end %>
<% unless CurrentUser.is_anonymous? %>
diff --git a/app/views/posts/partials/index/_missed_search_count.html.erb b/app/views/posts/partials/index/_missed_search_count.html.erb
index 78576ae72..a313aa47e 100644
--- a/app/views/posts/partials/index/_missed_search_count.html.erb
+++ b/app/views/posts/partials/index/_missed_search_count.html.erb
@@ -1,7 +1,7 @@