aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep_plus.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_pep_plus.lua')
-rw-r--r--plugins/mod_pep_plus.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_pep_plus.lua b/plugins/mod_pep_plus.lua
index 09c9d07d..323fbf8a 100644
--- a/plugins/mod_pep_plus.lua
+++ b/plugins/mod_pep_plus.lua
@@ -45,7 +45,7 @@ local function simple_itemstore(username)
module:log("debug", "new simple_itemstore(%q, %q)", username, node);
known_nodes_map:set(username, node, true);
local archive = module:open_store("pep_"..node, "archive");
- return lib_pubsub.simple_itemstore(archive, config, username, node, false);
+ return lib_pubsub.archive_itemstore(archive, config, username, node, false);
end
end