mirror of
https://github.com/redmine/redmine.git
synced 2026-01-27 17:59:58 +01:00
Fixed test failure introduced by r14366.
git-svn-id: http://svn.redmine.org/redmine/trunk@14368 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -71,8 +71,8 @@ class Member < ActiveRecord::Base
|
||||
else
|
||||
1
|
||||
end
|
||||
elsif a
|
||||
a <=> b
|
||||
elsif a.any?
|
||||
b.any? ? a <=> b : -1
|
||||
else
|
||||
1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user