mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
Merge remote-tracking branch 'origin'
This commit is contained in:
@@ -98,7 +98,7 @@ var RDB = require('./redis.js'),
|
||||
callback({
|
||||
'category_name' : category_id ? category_name : 'Recent',
|
||||
'show_topic_button' : category_id ? 'show' : 'hidden',
|
||||
'category_id': category_id,
|
||||
'category_id': category_id || 0,
|
||||
'topics': topics
|
||||
});
|
||||
|
||||
@@ -108,7 +108,7 @@ var RDB = require('./redis.js'),
|
||||
callback({
|
||||
'category_name' : category_id ? category_name : 'Recent',
|
||||
'show_topic_button' : category_id ? 'show' : 'hidden',
|
||||
'category_id': category_id,
|
||||
'category_id': category_id || 0,
|
||||
'topics': []
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user