fix typo in emailer

v1.18.x
barisusakli 10 years ago
parent 22d6ceab59
commit b099aaf61f

@ -46,7 +46,7 @@ var fs = require('fs'),
Emailer.sendToEmail = function(template, email, language, params, callback) { Emailer.sendToEmail = function(template, email, language, params, callback) {
function renderAndTranslate(tpl, params, callback) { function renderAndTranslate(tpl, params, callback) {
async.waterfal([ async.waterfall([
function (next) { function (next) {
app.render(template, params, next); app.render(template, params, next);
}, },

Loading…
Cancel
Save