mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
crash fix
This commit is contained in:
@@ -192,7 +192,7 @@ topicsController.get = function(req, res, next) {
|
||||
},
|
||||
{
|
||||
property: 'article:section',
|
||||
content: topicData.category.name
|
||||
content: topicData.category ? topicData.category.name : ''
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user