@ -93,7 +93,9 @@ var db = require('./database'),
category.pageCount = results.pageCount;
category.topic_row_size = 'col-md-9';
callback(null, category);
plugins.fireHook('filter:category.get', category, function(err, category) {
});
};