mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
missed a send which caused code to break
This commit is contained in:
@ -405,7 +405,7 @@ module SiteSettingExtension
|
||||
end
|
||||
|
||||
define_singleton_method clean_name + "?" do
|
||||
clean_name
|
||||
self.send clean_name
|
||||
end
|
||||
|
||||
define_singleton_method clean_name + "=" do |val|
|
||||
|
Reference in New Issue
Block a user