mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 18:27:55 +08:00
fix build
This commit is contained in:
parent
151dea4088
commit
8dc8aaaeb0
@ -248,8 +248,8 @@ after_initialize do
|
||||
post.custom_fields[POLLS_CUSTOM_FIELD] = polls
|
||||
post.save_custom_fields(true)
|
||||
|
||||
# push the changes
|
||||
DiscourseBus.publish("/polls/#{post_id}", { polls: polls })
|
||||
# publish the changes
|
||||
DiscourseBus.publish("/polls/#{post.id}", { polls: polls })
|
||||
end
|
||||
end
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user