core/hostmanager.lua
changeset 4732 29ff25c8bf56
parent 4731 84596fc32b31
child 4748 1099ff8d9f76
--- a/core/hostmanager.lua	Fri Apr 27 22:32:04 2012 +0100
+++ b/core/hostmanager.lua	Fri Apr 27 22:33:38 2012 +0100
@@ -94,7 +94,7 @@
 	end
 	
 	log((hosts_loaded_once and "info") or "debug", "Activated host: %s", host);
-	prosody_events.fire_event("host-activated", host, host_config);
+	prosody_events.fire_event("host-activated", host);
 	return true;
 end