mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
registering static:app.load in core
This commit is contained in:
@@ -52,7 +52,7 @@ var fs = require('fs'),
|
||||
});
|
||||
|
||||
Plugins.registerHook('core', {
|
||||
hook: 'filter:app.load',
|
||||
hook: 'static:app.load',
|
||||
method: addLanguages
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user