diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-05 14:42:56 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-05 14:42:56 +0100 |
commit | e1543fa5b0d0782e3f9dae0935b706e8fa9b76a2 (patch) | |
tree | a3000e7222dd0395cea458a47447c62e0e6ea45c /core | |
parent | 0737347176e4c0bedce11ea9e2632fd562691120 (diff) | |
parent | b2e6c42ea05680b91941133fa64c0e6d9cdae81c (diff) | |
download | prosody-e1543fa5b0d0782e3f9dae0935b706e8fa9b76a2.tar.gz prosody-e1543fa5b0d0782e3f9dae0935b706e8fa9b76a2.zip |
Merge with 0.5
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 9b5acffa..0b5f0351 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -101,6 +101,7 @@ function load(host, module_name, config) if not modulemap[host] then modulemap[host] = {}; + hosts[host].modules = modulemap[host]; end if modulemap[host][module_name] then |