changeset 4873:541b2cf68e93

mod_http_xep227: Fix typo in method name
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Jan 2022 15:02:14 +0000
parents bc54f651b5a4
children b7222636bf26
files mod_http_xep227/mod_http_xep227.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_xep227/mod_http_xep227.lua	Sun Jan 16 15:01:53 2022 +0000
+++ b/mod_http_xep227/mod_http_xep227.lua	Sun Jan 16 15:02:14 2022 +0000
@@ -205,7 +205,7 @@
 	end
 
 	if selected_stores.export_pep_data then
-		local pep_store = xep227_driver:open_xep0277("pep", nil, user_xml);
+		local pep_store = xep227_driver:open_xep0227("pep", nil, user_xml);
 		local pep_node_list = pep_store:get(session.username);
 		if pep_node_list then
 			for node_name in it.keys(pep_node_list) do