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
@@ -7,6 +7,7 @@ class SearchContext
def execute
query = params[:search]
query = Shellwords.shellescape(query) if query.present?
return result unless query.present?
Loading