From afa9082458b586321faf6aa4afa72cf6ba30c26b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 27 Apr 2017 12:41:53 +0200 Subject: mod_mam: Use correct variable --- plugins/mod_mam/mod_mam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua index f46d3818..accb047b 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -139,7 +139,7 @@ module:hook("iq-set/self/"..xmlns_mam..":query", function(event) limit = qmax + 1; before = before; after = after; reverse = reverse; - total = get_total; + total = use_total; }); if not data then -- cgit v1.2.3