mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
more fixes
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
async.parallel([getTopicData, getPostsData], function(err, results) {
|
||||
async.parallel([getTopicData], function(err, results) {
|
||||
var topicData = results[0],
|
||||
location = '/topic/' + topicData.slug,
|
||||
xml_url = '/topic/' + tid + '.rss';
|
||||
|
||||
Reference in New Issue
Block a user