filter:category.topics.get

v1.18.x
psychobunny 10 years ago
parent c988f54243
commit abe887f557

@ -36,10 +36,12 @@ module.exports = function(Categories) {
topics[i].index = indices[topics[i].tid];
}
plugins.fireHook('filter:category.topics.get', topics, function(err, topics) {
next(null, {
topics: topics,
nextStart: data.stop + 1
});
});
}
], callback);
};

Loading…
Cancel
Save