mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 19:43:44 +08:00
users.map should be results.map in xenforo import
This commit is contained in:
parent
f281f6e026
commit
ab17277353
|
@ -42,7 +42,7 @@ class ImportScripts::XenForo < ImportScripts::Base
|
||||||
|
|
||||||
break if results.size < 1
|
break if results.size < 1
|
||||||
|
|
||||||
next if all_records_exist? :users, users.map {|u| u["id"].to_i}
|
next if all_records_exist? :users, resutls.map {|u| u["id"].to_i}
|
||||||
|
|
||||||
create_users(results, total: total_count, offset: offset) do |user|
|
create_users(results, total: total_count, offset: offset) do |user|
|
||||||
next if user['username'].blank?
|
next if user['username'].blank?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user