mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
Fix issue #3055 (project search with unmatched parentheses)
This commit is contained in:
@@ -9,7 +9,7 @@ module Gitlab
|
||||
else
|
||||
nil
|
||||
end
|
||||
@query = Shellwords.shellescape(query) if query.present?
|
||||
@query = query
|
||||
end
|
||||
|
||||
def objects(scope, page = nil)
|
||||
|
||||
Reference in New Issue
Block a user