mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Fix for previous commit
This commit is contained in:
parent
ad6a210750
commit
deb12dc32b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function modulehelpers.add_iq_handler(origin_type, xmlns, handler)
|
|||
end
|
||||
return;
|
||||
end
|
||||
_add_iq_handler(getfenv(2), origin_type, xmlns, handler);
|
||||
_add_iq_handler(getfenv(2).module, origin_type, xmlns, handler);
|
||||
end
|
||||
|
||||
local function _add_handler(module, origin_type, tag, xmlns, handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue