mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
DEV: Update syntax_tree to 6.0.1 (#20466)
This commit is contained in:
@ -74,7 +74,8 @@ module ImportScripts::PhpBB3
|
||||
arguments << "close=#{poll_data.close_time.iso8601}" if poll_data.close_time
|
||||
|
||||
if poll_data.max_options > 1
|
||||
arguments << "type=multiple" << "max=#{[poll_data.max_options, poll_data.options.count].min}"
|
||||
arguments << "type=multiple" <<
|
||||
"max=#{[poll_data.max_options, poll_data.options.count].min}"
|
||||
else
|
||||
arguments << "type=regular"
|
||||
end
|
||||
|
Reference in New Issue
Block a user