plugins/mod_admin_adhoc.lua
changeset 4956 bc26e6d519ae
parent 4932 212e81ac6ebb
parent 4955 4f1b6a4784f9
child 4993 5243b74a4cbb
--- a/plugins/mod_admin_adhoc.lua	Mon Jul 09 02:36:09 2012 +0100
+++ b/plugins/mod_admin_adhoc.lua	Thu Jul 19 15:36:31 2012 +0100
@@ -469,7 +469,6 @@
 			'". Error was: "'..tostring(err or "<unspecified>")..'"' } };
 		end
 	else
-		local modules = array.collect(keys(hosts[data.to].modules)):sort();
 		return { status = "executing", form = layout }, "executing";
 	end
 end