This commit is contained in:
Baris Usakli
2017-07-11 13:44:51 -04:00
parent 45d940ad2b
commit dc110e2e3f
2 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ module.exports = function (middleware) {
});
},
navigation: async.apply(navigation.get),
tags: async.apply(meta.tags.parse, req, res.locals.metaTags, res.locals.linkTags),
tags: async.apply(meta.tags.parse, req, data, res.locals.metaTags, res.locals.linkTags),
banned: async.apply(user.isBanned, req.uid),
banReason: async.apply(user.getBannedReason, req.uid),
}, next);