Skip to content

Commit 45651e9

Browse files
author
root
committed
Don't return yet
1 parent 0b3e193 commit 45651e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/redmine_git_hosting/patches/projects_controller_patch.rb

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def destroy_with_git_hosting(&block)
5454

5555
# Only take projects that have Git repos.
5656
git_projects = projects.uniq.select{|p| p.gitolite_repos.any?}
57-
return if git_projects.empty?
5857

5958
git_projects.reverse.each do |project|
6059
project.gitolite_repos.reverse.each do |repository|

0 commit comments

Comments
 (0)