crash fix for admin verify email, temp fix

This commit is contained in:
Baris Soner Usakli
2014-01-22 19:47:55 -05:00
parent 044382047d
commit b325212182
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ var render = function(template, params, callback) {
}
Emailer.send = function(template, uid, params) {
console.log(templates);
async.parallel({
html: function(next) {
render('emails/' + template, params, next);