some tag hooks/filters

This commit is contained in:
barisusakli
2014-07-15 21:25:57 -04:00
parent 9f6c05bb24
commit 6d8cc5648c
3 changed files with 47 additions and 27 deletions

View File

@@ -412,8 +412,8 @@ SocketTopics.getTidIndex = function(socket, tid, callback) {
categories.getTopicIndex(tid, callback);
};
SocketTopics.searchTags = function(socket, query, callback) {
topics.searchTags(query, callback);
SocketTopics.searchTags = function(socket, data, callback) {
topics.searchTags(data, callback);
};
module.exports = SocketTopics;