registering static:app.load in core

v1.18.x
Julian Lam 11 years ago
parent 0bad6198d4
commit 0b01a780f8

@ -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
}); });
}; };

Loading…
Cancel
Save