crash fix

v1.18.x
barisusakli 11 years ago
parent 7d9054c2cf
commit 0914004e12

@ -192,7 +192,7 @@ topicsController.get = function(req, res, next) {
}, },
{ {
property: 'article:section', property: 'article:section',
content: topicData.category.name content: topicData.category ? topicData.category.name : ''
} }
]; ];

Loading…
Cancel
Save