Skip to content
Snippets Groups Projects

6 2 stable

Closed gitlab-qa-bot requested to merge 6-2-stable into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,8 @@ class SearchContext
@@ -6,7 +6,8 @@ class SearchContext
end
end
def execute
def execute
query = Shellwords.shellescape(params[:search])
query = params[:search]
 
query = Shellwords.shellescape(query) if query.present?
return result unless query.present?
return result unless query.present?
Loading