mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
closes #3692
This commit is contained in:
@@ -134,8 +134,7 @@ topicsController.get = function(req, res, callback) {
|
||||
url: nconf.get('relative_path') + '/category/' + topicData.category.slug
|
||||
},
|
||||
{
|
||||
text: topicData.title,
|
||||
url: nconf.get('relative_path') + '/topic/' + topicData.slug
|
||||
text: topicData.title
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user