Browse Source

fix installwizard_restore

283
ThomasV 10 years ago
parent
commit
271a27fc83
  1. 2
      lib/plugins.py

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

Loading…
Cancel
Save