v1.18.x
barisusakli 10 years ago
parent 26aa9a6251
commit be7c2cc88a

@ -27,6 +27,7 @@ var async = require('async'),
require('./topics/tags')(Topics);
require('./topics/teaser')(Topics);
require('./topics/suggested')(Topics);
require('./topics/tools')(Topics);
Topics.exists = function(tid, callback) {
db.isSortedSetMember('topics:tid', tid, callback);

Loading…
Cancel
Save