mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
fix typo in emailer
This commit is contained in:
@@ -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);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user