Skip to content

Commit

Permalink
mod_http_upload_external: fix traceback.
Browse files Browse the repository at this point in the history
  • Loading branch information
maranda committed Jan 15, 2019
1 parent 05723d6 commit d7630c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/http_upload_external/mod_http_upload_external.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ end
local purge_others_layout = dataforms.new{
title = "Purge uploads for a given user";
instructions = "This command allows global admins to signal the upstream server to purge downloads for a given user.";
{ name = "FORM_TYPE", type = "hidden", value = command_xmlns };
{ name = "FORM_TYPE", type = "hidden", value = "http://jabber.org/protocol/commands" };
{ name = "jid", type = "text-single", label = "User Jid" };
};

Expand Down

0 comments on commit d7630c6

Please sign in to comment.