From d595ebf9e1707a75d2c9190ad53a34ab3cde99ca Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 17 Jan 2022 14:18:27 +0000 Subject: mod_storage_xep0227: Fix luacheck warning --- plugins/mod_storage_xep0227.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_storage_xep0227.lua b/plugins/mod_storage_xep0227.lua index d169de24..1a7baaeb 100644 --- a/plugins/mod_storage_xep0227.lua +++ b/plugins/mod_storage_xep0227.lua @@ -34,7 +34,7 @@ local function default_get_user_xml(self, user, host) --luacheck: ignore 212/sel f:close(); return parse_xml_real(s); end -local function default_set_user_xml(self, user, host, xml) +local function default_set_user_xml(self, user, host, xml) --luacheck: ignore 212/self local jid = jid_join(user, host); local path = paths.join(prosody.paths.data, jid..".xml"); local f, err = io_open(path, "w"); -- cgit v1.2.3