From b31d963570625e834e7f796e21ce90ffce8dee8e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 28 Jul 2014 12:57:26 -0400 Subject: [PATCH] static:app.load --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index dd3b2a9..68defa0 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "url": "https://github.com/julianlam/nodebb-plugin-sso-oauth", "library": "./library.js", "hooks": [ - { "hook": "filter:app.load", "method": "init" }, + { "hook": "static:app.load", "method": "init" }, { "hook": "filter:user.delete", "method": "deleteUserData" }, { "hook": "filter:auth.init", "method": "getStrategy" }, { "hook": "filter:admin.header.build", "method": "addMenuItem" }