summaryrefslogtreecommitdiff
path: root/lib/bucky.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bucky.js')
-rw-r--r--lib/bucky.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bucky.js b/lib/bucky.js
index ad2018f..a429fb3 100644
--- a/lib/bucky.js
+++ b/lib/bucky.js
@@ -54,7 +54,7 @@ var bucky = module.exports = {
})
},
ensureHootbox: function (req, res, next){
- db.getCommentsForThread(1, 9).then(function(hootbox){
+ db.getCommentsForThread(1, 9, 0, "desc").then(function(hootbox){
res.hootbox = hootbox
next()
})