summaryrefslogtreecommitdiff
path: root/app/finders/users_star_projects_finder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/finders/users_star_projects_finder.rb')
-rw-r--r--app/finders/users_star_projects_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/users_star_projects_finder.rb b/app/finders/users_star_projects_finder.rb
index 7a7587c8631..ed36d0fb274 100644
--- a/app/finders/users_star_projects_finder.rb
+++ b/app/finders/users_star_projects_finder.rb
@@ -12,7 +12,7 @@ class UsersStarProjectsFinder
end
def execute
- stars = UsersStarProject.all
+ stars = UsersStarProject.with_active_user
stars = by_project(stars)
stars = by_search(stars)
filter_visible_profiles(stars)