comparison mod_reload_modules/mod_reload_modules.lua @ 1645:9a862059bd97

Merge
author Paul Aurich <paul@darkrain42.org>
date Thu, 02 Apr 2015 18:51:13 -0700
parents fc08d841a309
children 57eb248f6dd3
comparison
equal deleted inserted replaced
1643:71538875be48 1645:9a862059bd97
24 24
25 modules:exclude(need_to_load+need_to_unload) 25 modules:exclude(need_to_load+need_to_unload)
26 26
27 for module_name in set.intersection(modules,configured_modules) do 27 for module_name in set.intersection(modules,configured_modules) do
28 module:log("debug", "Reloading %s", module_name); 28 module:log("debug", "Reloading %s", module_name);
29 mm.reload(module_name); 29 mm.reload(module.host, module_name);
30 end 30 end
31 end 31 end
32 32
33 33
34 if module.hook_global then 34 if module.hook_global then