core/modulemanager.lua

changeset 1908
27c1c6e6c583
parent 1853
5da0e3b1f847
parent 1904
0aa55a5dafde
child 1933
3884a0aac4d7
--- a/core/modulemanager.lua	Mon Oct 05 10:10:53 2009 +0100
+++ b/core/modulemanager.lua	Mon Oct 05 14:42:56 2009 +0100
@@ -101,6 +101,7 @@
 	
 	if not modulemap[host] then
 		modulemap[host] = {};
+		hosts[host].modules = modulemap[host];
 	end
 	
 	if modulemap[host][module_name] then

mercurial