display all categories in custom home

v1.18.x
Barış Soner Uşaklı 10 years ago
parent 6fc267858e
commit 3a6871fd65

@ -350,7 +350,7 @@ adminController.navigation.get = function(req, res, next) {
adminController.homepage.get = function(req, res, next) { adminController.homepage.get = function(req, res, next) {
async.waterfall([ async.waterfall([
function(next) { function(next) {
db.getSortedSetRange('cid:0:children', 0, -1, next); db.getSortedSetRange('categories:cid', 0, -1, next);
}, },
function(cids, next) { function(cids, next) {
privileges.categories.filterCids('find', cids, 0, next); privileges.categories.filterCids('find', cids, 0, next);

Loading…
Cancel
Save