Diff

plugins/mod_admin_adhoc.lua @ 4956:bc26e6d519ae

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 19 Jul 2012 15:36:31 +0100
parent 4932:212e81ac6ebb
parent 4955:4f1b6a4784f9
child 4993:5243b74a4cbb
line wrap: on
line diff
--- 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