mod_csi: Fix copypaste mistake [luacheck]

This commit is contained in:
Kim Alvefur 2018-11-27 21:23:22 +01:00
parent a24712e845
commit d4f6ff10dc

View file

@ -11,7 +11,7 @@ end);
function refire_event(name)
return function (event)
if event.origin.username then
session.state = event.stanza.name;
event.origin.state = event.stanza.name;
module:fire_event(name, event);
return true;
end