mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
fixed emailer templates
This commit is contained in:
@@ -8,6 +8,7 @@ var path = require('path'),
|
||||
winston = require('winston'),
|
||||
async = require('async'),
|
||||
|
||||
emailer = require('./emailer'),
|
||||
db = require('./database'),
|
||||
auth = require('./routes/authentication'),
|
||||
meta = require('./meta'),
|
||||
@@ -31,6 +32,7 @@ if(nconf.get('ssl')) {
|
||||
|
||||
logger.init(app);
|
||||
auth.registerApp(app);
|
||||
emailer.registerApp(app);
|
||||
|
||||
async.series({
|
||||
themesData: meta.themes.get,
|
||||
|
||||
Reference in New Issue
Block a user