From 89858f6604ebd722bf427bf665d3f5471111b147 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Wed, 31 Dec 2014 09:57:48 -0800 Subject: [PATCH] fix an error introduced when the contact.js controller was refactored --- controllers/contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/contact.js b/controllers/contact.js index c35b6e5d6b..392a91ee6c 100644 --- a/controllers/contact.js +++ b/controllers/contact.js @@ -40,7 +40,7 @@ exports.postContact = function(req, res) { to: 'team@freecodecamp.com', name: req.body.name, from: req.body.email, - subject: 'CodeNonprofit Project Idea from ' + name, + subject: 'CodeNonprofit Project Idea from ' + req.body.name, text: req.body.message };