fixed minor issue in prev PR

v1.18.x
Baris Soner Usakli 11 years ago
parent 8fad323d80
commit ca8f86c4ee

@ -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) {

Loading…
Cancel
Save