Software /
code /
prosody-modules
Changeset
2939:280305c043b0
mod_http_upload_external: Use correct namespace (thanks Wiktor)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 22 Mar 2018 12:32:02 +0100 |
parents | 2938:f000ba14d531 |
children | 2940:0167a102ed35 |
files | mod_http_upload_external/mod_http_upload_external.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload_external/mod_http_upload_external.lua Sun Mar 18 22:39:42 2018 +0100 +++ b/mod_http_upload_external/mod_http_upload_external.lua Thu Mar 22 12:32:02 2018 +0100 @@ -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