v1.18.x
Barış Soner Uşaklı 7 years ago
parent 3bf7faf5fc
commit 12ca1c4e7a

@ -10,13 +10,13 @@ var helpers = require('./helpers');
exports.get = function (req, res, next) {
async.waterfall([
function (next) {
function (_next) {
plugins.fireHook('filter:composer.build', {
req: req,
res: res,
next: next,
templateData: {},
}, next);
}, _next);
},
function (data) {
if (data.templateData.disabled) {

Loading…
Cancel
Save