mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
fixed minor issue in prev PR
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
|
||||
function generateForTopic(req, res, next) {
|
||||
var tid = req.params.tid;
|
||||
var tid = req.params.topic_id;
|
||||
|
||||
topics.getTopicWithPosts(tid, 0, 0, 25, true, function (err, topicData) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user