Fix #3842: Mods can demote other mods or admins.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
module Moderator
|
||||
module InvitationsHelper
|
||||
def level_select
|
||||
choices = []
|
||||
choices << ["Gold", User::Levels::GOLD]
|
||||
choices << ["Platinum", User::Levels::PLATINUM]
|
||||
select(:invitation, :level, choices)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user