aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-05 14:42:56 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-05 14:42:56 +0100
commite1543fa5b0d0782e3f9dae0935b706e8fa9b76a2 (patch)
treea3000e7222dd0395cea458a47447c62e0e6ea45c /core
parent0737347176e4c0bedce11ea9e2632fd562691120 (diff)
parentb2e6c42ea05680b91941133fa64c0e6d9cdae81c (diff)
downloadprosody-e1543fa5b0d0782e3f9dae0935b706e8fa9b76a2.tar.gz
prosody-e1543fa5b0d0782e3f9dae0935b706e8fa9b76a2.zip
Merge with 0.5
Diffstat (limited to 'core')
-rw-r--r--core/modulemanager.lua1
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