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