0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #1226 from halfdan/csrf-token

Fix CSRF propery deprecated warning
This commit is contained in:
Hannah Wolfe 2013-10-22 13:18:27 -07:00
commit fb97dd6e29

View file

@ -111,7 +111,7 @@ function ghostLocals(req, res, next) {
res.locals = res.locals || {};
res.locals.version = packageInfo.version;
res.locals.path = req.path;
res.locals.csrfToken = req.session._csrf;
res.locals.csrfToken = req.csrfToken();
if (res.isAdmin) {
_.extend(res.locals, {