filter:category.topics.get

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

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

Loading…
Cancel
Save