From de1dd3a5df74dc704214ea75833f75eea3a654e0 Mon Sep 17 00:00:00 2001 From: acardinale Date: Wed, 9 Mar 2016 19:38:56 +0100 Subject: [PATCH] Fix filter:category.build error (double next) --- src/controllers/category.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/category.js b/src/controllers/category.js index 9a31f8d916..f4b939f60a 100644 --- a/src/controllers/category.js +++ b/src/controllers/category.js @@ -196,7 +196,6 @@ categoryController.get = function(req, res, callback) { }); plugins.fireHook('filter:category.build', {req: req, res: res, templateData: categoryData}, next); - next(null, categoryData); } ], function (err, data) { if (err) {