mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
crash fix for admin verify email, temp fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user