Fix announcement search page

This commit is contained in:
manson 2014-06-16 10:32:39 +08:00 committed by spen
parent 6cefd67dc6
commit b97019553c
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class PagesController < ApplicationController
@item = Item.root.children.where(:module_app_id => module_app.id).first unless @item
@item = Item.where(:module_app_id => module_app.id).first unless @item
@item = Item.where(:module_app_id => module_app.id, :app_frontend_url=>"search_result").first if !params['search_query'].blank?
end
raise PageError,'Missing Frontend Page' if @item.nil?
end