Merge pull request #4465 from pichalite/topic-thumb-delete

fix for removing topic thumb on edit
v1.18.x
Barış Soner Uşaklı 9 years ago
commit e49c10d0ea

@ -121,9 +121,7 @@ module.exports = function(Posts) {
topicData.slug = tid + '/' + (utils.slugify(title) || 'topic');
}
if (data.topic_thumb) {
topicData.thumb = data.topic_thumb;
}
topicData.thumb = data.topic_thumb || '';
data.tags = data.tags || [];

Loading…
Cancel
Save