core/modulemanager.lua

changeset 1853
5da0e3b1f847
parent 1733
d55ee6c66910
parent 1852
f9b58f37bc14
child 1908
27c1c6e6c583
--- a/core/modulemanager.lua	Tue Sep 29 19:56:23 2009 +0100
+++ b/core/modulemanager.lua	Wed Sep 30 11:06:02 2009 +0100
@@ -91,6 +91,7 @@
 	end
 end
 eventmanager.add_event_hook("host-activated", load_modules_for_host);
+eventmanager.add_event_hook("component-activated", load_modules_for_host);
 --
 
 function load(host, module_name, config)

mercurial