fixed emailer templates

This commit is contained in:
psychobunny
2014-03-13 00:49:32 -04:00
parent b2986f2a4e
commit 6563a72b5b
2 changed files with 11 additions and 12 deletions

View File

@@ -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,