fix installwizard_restore

This commit is contained in:
ThomasV 2015-02-06 07:20:09 +01:00
parent e34b72bbf7
commit 271a27fc83
1 changed files with 1 additions and 1 deletions

View File

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