# HG changeset patch # User Matthew Wild # Date 1335562418 -3600 # Node ID 29ff25c8bf56a17d386e7b3f7428573196d6293c # Parent 84596fc32b31101aacff733a49b60b865e415fba hostmanager: Remove unused host_config parameter from host-activated event diff -r 84596fc32b31 -r 29ff25c8bf56 core/hostmanager.lua --- 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