Fix issue #3055 (project search with unmatched parentheses)

This commit is contained in:
Dirceu Pereira Tiegs
2015-10-21 10:20:40 -02:00
parent 976400c1e6
commit d7bcfe4fc0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module Gitlab
else
nil
end
@query = Shellwords.shellescape(query) if query.present?
@query = query
end
def objects(scope, page = nil)