crash fix

This commit is contained in:
barisusakli
2014-09-21 11:29:09 -04:00
parent 7d9054c2cf
commit 0914004e12

View File

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