fix installwizard_restore
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user