@ -154,7 +154,13 @@ function getTemplatesListing(req, res, next) {
if (err) {
return next(err);
}
config = JSON.parse(config.toString());
try {
} catch (err) {
plugins.fireHook('filter:templates.get_config', config, next);
});
},