fix installwizard_restore

This commit is contained in:
ThomasV 2015-02-06 07:20:09 +01:00
parent e34b72bbf7
commit 271a27fc83

View file

@ -40,7 +40,7 @@ def hook(func):
def run_hook(name, *args): def run_hook(name, *args):
SPECIAL_HOOKS = ['get_wizard_action'] SPECIAL_HOOKS = ['get_wizard_action','installwizard_restore']
results = [] results = []
f_list = hooks.get(name,[]) f_list = hooks.get(name,[])
for p, f in f_list: for p, f in f_list: