@ -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: