mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-15 12:02:54 +01:00
fix for recent/popular/active global categories
This commit is contained in:
@@ -68,7 +68,7 @@ var RDB = require('./redis.js'),
|
||||
multi.exec(function(err, replies) {
|
||||
category_name = replies[0];
|
||||
|
||||
if(category_name === null) {
|
||||
if(category_id && category_name === null) {
|
||||
callback(false);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user