added filter:category.get

This commit is contained in:
psychobunny
2014-08-06 13:51:37 -04:00
parent 76b257f7b8
commit c88327d075

View File

@@ -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) {
callback(null, category);
});
});
});
};