fixed minor issue in prev PR

This commit is contained in:
Baris Soner Usakli
2014-02-09 18:49:34 -05:00
parent 8fad323d80
commit ca8f86c4ee

View File

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