Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-30 06:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-30 06:09:46 +0300
commitbfb1d5b17bdb47db29956a33b85e6ef2adc47ac0 (patch)
treec362e390c20d57bc7ceb3681efa1bfa10369fae7 /lib/gitlab/group_search_results.rb
parentae4a39e57ec63134297bce23acd677f806b45dea (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/group_search_results.rb')
-rw-r--r--lib/gitlab/group_search_results.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/group_search_results.rb b/lib/gitlab/group_search_results.rb
index 0cc3de297ba..751dedf4323 100644
--- a/lib/gitlab/group_search_results.rb
+++ b/lib/gitlab/group_search_results.rb
@@ -38,3 +38,5 @@ module Gitlab
end
end
end
+
+Gitlab::GroupSearchResults.prepend_if_ee('EE::Gitlab::GroupSearchResults')