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]; topics[i].index = indices[topics[i].tid];
} }
plugins.fireHook('filter:category.topics.get', topics, function(err, topics) {
next(null, { next(null, {
topics: topics, topics: topics,
nextStart: data.stop + 1 nextStart: data.stop + 1
}); });
});
} }
], callback); ], callback);
}; };

Loading…
Cancel
Save