mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: system attribute not set correctly on new badges
This commit is contained in:
@@ -206,7 +206,7 @@ SQL
|
||||
end
|
||||
|
||||
def system?
|
||||
id < 100
|
||||
id && id < 100
|
||||
end
|
||||
|
||||
def default_name=(val)
|
||||
|
||||
Reference in New Issue
Block a user