From be7c2cc88a48eba01c3ac4b106b9a30657b09802 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 17 Sep 2015 19:29:36 -0400 Subject: [PATCH] closes #3630 --- src/topics.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/topics.js b/src/topics.js index 45b066b3e1..535ae88993 100644 --- a/src/topics.js +++ b/src/topics.js @@ -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);