aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_storage_xep0227.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_storage_xep0227.lua b/plugins/mod_storage_xep0227.lua
index c4fe30a4..d169de24 100644
--- a/plugins/mod_storage_xep0227.lua
+++ b/plugins/mod_storage_xep0227.lua
@@ -694,7 +694,7 @@ local function get_store_names_from_xml(self, user_xml)
if handler_funcs._stores then
stores:include(handler_funcs._stores(self, user_xml));
else
- stores:include(handler_name);
+ stores:add(handler_name);
end
end
return stores;