mod_server_status/mod_server_status.lua
changeset 543 d8614cfe8fc9
parent 542 32d9fd110cb1
child 544 f78a95aa23c4
--- a/mod_server_status/mod_server_status.lua	Tue Jan 10 19:46:54 2012 +0000
+++ b/mod_server_status/mod_server_status.lua	Tue Jan 10 19:52:02 2012 +0000
@@ -101,7 +101,7 @@
 	if show_comps then
 		result.components = {}
 		for _,n in ipairs(show_comps) do 
-			result.components[n] =  hosts[name].modules.component and hosts[name].modules.component.connected and "online" or
+			result.components[n] = hosts[name].modules.component and hosts[name].modules.component.connected and "online" or
 			hosts[name] and hosts[name].modules.component == nil and "online" or "offline"
 		end
 	end