ensure titles exist

This commit is contained in:
Sam 2015-03-23 11:58:17 +11:00
parent acf6b253e1
commit 24e4808aeb
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class ImportScripts::GetSatisfaction < ImportScripts::Base
unless topic[:post_id]
mapped[:title] = post[:title]
mapped[:title] = post[:title] || "Topic title missing"
topic[:post_id] = post[:id]
mapped[:category] = post[:category]
else