mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
closes #3630
This commit is contained in:
@@ -27,6 +27,7 @@ var async = require('async'),
|
|||||||
require('./topics/tags')(Topics);
|
require('./topics/tags')(Topics);
|
||||||
require('./topics/teaser')(Topics);
|
require('./topics/teaser')(Topics);
|
||||||
require('./topics/suggested')(Topics);
|
require('./topics/suggested')(Topics);
|
||||||
|
require('./topics/tools')(Topics);
|
||||||
|
|
||||||
Topics.exists = function(tid, callback) {
|
Topics.exists = function(tid, callback) {
|
||||||
db.isSortedSetMember('topics:tid', tid, callback);
|
db.isSortedSetMember('topics:tid', tid, callback);
|
||||||
|
|||||||
Reference in New Issue
Block a user