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…
Reference in New Issue