send app to action:app.load

This commit is contained in:
Baris Soner Usakli
2014-01-23 17:08:33 -05:00
parent 6da12d1a39
commit f62c82c797

View File

@@ -401,7 +401,7 @@ if(nconf.get('ssl')) {
}); });
}); });
plugins.fireHook('action:app.load'); plugins.fireHook('action:app.load', app);
translator.translate(templates.logout.toString(), function(parsedTemplate) { translator.translate(templates.logout.toString(), function(parsedTemplate) {
templates.logout = parsedTemplate; templates.logout = parsedTemplate;