Software /
code /
prosody-modules
Diff
mod_http_upload_external/mod_http_upload_external.lua @ 2957:0f813e22e3fa
Merge commit
author | JC Brand <jc@opkode.com> |
---|---|
date | Tue, 27 Mar 2018 10:51:25 +0200 |
parent | 2939:280305c043b0 |
child | 2978:ac99a04231b1 |
line wrap: on
line diff
--- a/mod_http_upload_external/mod_http_upload_external.lua Tue Mar 27 10:48:04 2018 +0200 +++ b/mod_http_upload_external/mod_http_upload_external.lua Tue Mar 27 10:51:25 2018 +0200 @@ -109,7 +109,7 @@ local filename = request.attr.filename; local filesize = tonumber(request.attr.size); local get_url, put_url = handle_request( - origin, stanza, legacy_namespace, filename, filesize); + origin, stanza, namespace, filename, filesize); if not get_url then -- error was already sent