oops action:homepage.get:*

This commit is contained in:
psychobunny
2015-02-27 15:04:44 -05:00
parent 44e8323efa
commit 657fa8de73

View File

@@ -32,7 +32,7 @@ var Controllers = {
Controllers.home = function(req, res, next) {
var route = meta.config.homePageRoute || 'categories',
hook = 'action:navigation.get:' + route;
hook = 'action:homepage.get:' + route;
if (plugins.hasListeners(hook)) {
plugins.fireHook(hook, {req: req, res: res, next: next});