mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.xml: Remove unused parameter (thanks, luacheck)
This commit is contained in:
parent
fd58c2c49c
commit
ed2dc14ab3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ local parse_xml = (function()
|
|||
function handler:CharacterData(data)
|
||||
stanza:text(data);
|
||||
end
|
||||
function handler:EndElement(tagname)
|
||||
function handler:EndElement()
|
||||
stanza:up();
|
||||
end
|
||||
local parser = lxp.new(handler, "\1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue