summaryrefslogtreecommitdiffstats
path: root/app/controllers/search_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-07 20:52:45 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-07 20:52:45 +0000
commit7e4611ad318092457a16e5197957f3e77d0dc337 (patch)
treecd9f83f173dce14a62dd88dbc9fb29c63b798937 /app/controllers/search_controller.rb
parentfdf842a4c458b9f40c233bda221ff241df8eb108 (diff)
downloadredmine-7e4611ad318092457a16e5197957f3e77d0dc337.tar.gz
redmine-7e4611ad318092457a16e5197957f3e77d0dc337.zip
Removed @html_title assignments in controllers.
Views can now set the header title using set_htmh_title(title) method. git-svn-id: http://redmine.rubyforge.org/svn/trunk@715 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/search_controller.rb')
-rw-r--r--app/controllers/search_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb
index 2a3fe4f7c..01e78dc02 100644
--- a/app/controllers/search_controller.rb
+++ b/app/controllers/search_controller.rb
@@ -78,7 +78,6 @@ class SearchController < ApplicationController
private
def find_project
@project = Project.find(params[:id])
- @html_title = @project.name
rescue ActiveRecord::RecordNotFound
render_404
end