Commit 042ef42d authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed projects search.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@759 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 42fe6c6e
......@@ -48,7 +48,7 @@ class SearchController < ApplicationController
# default objects to search if none is specified in parameters
@scope = @object_types if @scope.empty?
else
@scope = %w(projects)
@object_types = @scope = %w(projects)
end
# tokens must be at least 3 character long
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment