mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fixed typo in variable name
This commit is contained in:
parent
014df9a22a
commit
55e20d98bd
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function reply(orig)
|
|||
end
|
||||
|
||||
function error_reply(orig, type, condition, message, clone)
|
||||
local r = reply(orig);
|
||||
local t = reply(orig);
|
||||
t.attr.type = "error";
|
||||
-- TODO use clone
|
||||
t:tag("error", {type = type})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue