From 4cda8207e2a83b228b339122219850acf4d75835 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 6 Aug 2014 13:56:05 -0400 Subject: [PATCH] adding uid to filter:category.get --- src/categories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/categories.js b/src/categories.js index 8fb459728d..46299454b2 100644 --- a/src/categories.js +++ b/src/categories.js @@ -93,7 +93,7 @@ var db = require('./database'), category.pageCount = results.pageCount; category.topic_row_size = 'col-md-9'; - plugins.fireHook('filter:category.get', category, function(err, category) { + plugins.fireHook('filter:category.get', category, uid, function(err, category) { callback(null, category); }); });