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>2021-08-13 12:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-13 12:09:58 +0300
commitda12067d6bb2603f40d2de107df70e2ff03630e8 (patch)
tree7d5fcdce8e53a4f491d9a6a81826ffef3589cf83 /lib/gitlab/project_search_results.rb
parente9626c2383e1bbf325a302bb840891c3c7b8cb07 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/project_search_results.rb')
-rw-r--r--lib/gitlab/project_search_results.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/project_search_results.rb b/lib/gitlab/project_search_results.rb
index 2ed87f30b96..fb9447f9665 100644
--- a/lib/gitlab/project_search_results.rb
+++ b/lib/gitlab/project_search_results.rb
@@ -25,7 +25,7 @@ module Gitlab
when 'users'
users.page(page).per(per_page)
else
- super(scope, page: page, per_page: per_page, without_count: false)
+ super(scope, page: page, per_page: per_page, without_count: true)
end
end