From 271a27fc83121e206631ebac95490973f6e96adb Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 6 Feb 2015 07:20:09 +0100 Subject: [PATCH] fix installwizard_restore --- lib/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins.py b/lib/plugins.py index 956caffa4..9a1b3b9f8 100644 --- a/lib/plugins.py +++ b/lib/plugins.py @@ -40,7 +40,7 @@ def hook(func): def run_hook(name, *args): - SPECIAL_HOOKS = ['get_wizard_action'] + SPECIAL_HOOKS = ['get_wizard_action','installwizard_restore'] results = [] f_list = hooks.get(name,[]) for p, f in f_list: