fix a strange bug caused by an apparent clash in variables introduced this morning by my menu refactor

This commit is contained in:
Michael Q Larson
2014-12-30 22:03:03 -08:00
parent 1dda38eaaa
commit a00070e5c5
4 changed files with 11 additions and 17 deletions

View File

@ -141,8 +141,8 @@ exports.getAccount = function(req, res) {
}
res.render('account/profile', {
title: 'Manage your Free Code Camp Account',
c: c,
cc: req.user.challengesHash,
challenges: c,
ch: req.user.challengesHash,
moment: moment
});
});