Diff

core/modulemanager.lua @ 1908:27c1c6e6c583

Merge with 0.5
author Matthew Wild <mwild1@gmail.com>
date Mon, 05 Oct 2009 14:42:56 +0100
parent 1853:5da0e3b1f847
parent 1904:0aa55a5dafde
child 1933:3884a0aac4d7
line wrap: on
line diff
--- 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