mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid
This commit is contained in:
@@ -116,7 +116,7 @@ var express = require('express'),
|
||||
case 'home' :
|
||||
categories.get(function(data) {
|
||||
res.send(JSON.stringify(data));
|
||||
});
|
||||
}, (req.user) ? req.user.uid : 0);
|
||||
break;
|
||||
case 'login' :
|
||||
var data = {},
|
||||
|
||||
Reference in New Issue
Block a user