# HG changeset patch # User Matthew Wild # Date 1642345334 0 # Node ID 541b2cf68e932487f8fb1e274965d3993fd4c13d # Parent bc54f651b5a44d210d103ac1ebf81bc0384d578c mod_http_xep227: Fix typo in method name diff -r bc54f651b5a4 -r 541b2cf68e93 mod_http_xep227/mod_http_xep227.lua --- 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