mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 04:35:35 +08:00
Merge pull request #3258 from mcg1969/import-base-fix
Added location.present? test to user profile updating.
This commit is contained in:
commit
ef335ad49d
@ -299,7 +299,7 @@ class ImportScripts::Base
|
||||
begin
|
||||
User.transaction do
|
||||
u.save!
|
||||
if bio_raw.present? || website.present?
|
||||
if bio_raw.present? || website.present? || location.present?
|
||||
u.user_profile.bio_raw = bio_raw if bio_raw.present?
|
||||
u.user_profile.website = website if website.present?
|
||||
u.user_profile.location = location if location.present?
|
||||
|
Loading…
x
Reference in New Issue
Block a user