mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 13:51:03 +08:00
DEV: Prefer public_send
over send
.
This commit is contained in:
@ -92,7 +92,7 @@ class TopicCreator
|
||||
else "track!"
|
||||
end
|
||||
|
||||
topic.notifier.send(action, gu.user_id)
|
||||
topic.notifier.public_send(action, gu.user_id)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user