mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: user archive export was failing in some cases
This commit is contained in:
parent
0b62730382
commit
750a275dcb
@ -134,7 +134,7 @@ module Jobs
|
||||
# deleted topic
|
||||
topic_data = Topic.with_deleted.find_by(id: user_archive['topic_id'])
|
||||
end
|
||||
category = topic_data.category
|
||||
category = topic_data.category if topic_data
|
||||
sub_category = "-"
|
||||
if category
|
||||
category_name = category.name
|
||||
|
Loading…
x
Reference in New Issue
Block a user