registering static:app.load in core

This commit is contained in:
Julian Lam
2014-07-25 19:28:27 -04:00
parent 0bad6198d4
commit 0b01a780f8

View File

@@ -52,7 +52,7 @@ var fs = require('fs'),
});
Plugins.registerHook('core', {
hook: 'filter:app.load',
hook: 'static:app.load',
method: addLanguages
});
};