Commit 874204dc authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed field type from result.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7237 b35dd754-fafc-0310-a699-88a17e54d16e
parent e5c66a63
......@@ -75,7 +75,6 @@ public class GetListActiveUsers extends AdHocCommand {
field.addValue("http://jabber.org/protocol/admin");
field = form.addField();
field.setType(FormField.Type.jid_single);
field.setLabel("The list of active users");
field.setVariable("activeuserjids");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment