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