mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
4f8f580906
commit
0dd95cdbc5
@ -71,8 +71,8 @@ class Member < ActiveRecord::Base
|
|||||||
else
|
else
|
||||||
1
|
1
|
||||||
end
|
end
|
||||||
elsif a
|
elsif a.any?
|
||||||
a <=> b
|
b.any? ? a <=> b : -1
|
||||||
else
|
else
|
||||||
1
|
1
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user