diff --git a/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/search_result.html.erb b/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/search_result.html.erb index df681869..4193025b 100644 --- a/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/search_result.html.erb +++ b/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/search_result.html.erb @@ -20,7 +20,7 @@ <% @bulletins.each do |post| %> - <%= post.bulletin_category.title rescue nil %> + <%= post.category.title rescue nil %> <%= link_to post.title, panel_announcement_front_end_bulletin_path(post, :category_id => post.category_id) %> <%#= link_to post.title, panel_announcement_back_end_bulletin_path(post) %>