mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 12:04:21 +08:00
missed a send which caused code to break
This commit is contained in:
parent
ab3d4471fe
commit
276fd702e8
2 changed files with 2 additions and 2 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue