mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
send app to action:app.load
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user