aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-27 12:41:53 +0200
committerKim Alvefur <zash@zash.se>2017-04-27 12:41:53 +0200
commitafa9082458b586321faf6aa4afa72cf6ba30c26b (patch)
tree74e038cc4320131b2c65311ad278279e3a669c52 /plugins
parent2a835d10df6c344b1b318160beb92a3f6d958cd9 (diff)
downloadprosody-afa9082458b586321faf6aa4afa72cf6ba30c26b.tar.gz
prosody-afa9082458b586321faf6aa4afa72cf6ba30c26b.zip
mod_mam: Use correct variable
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_mam/mod_mam.lua2
1 files changed, 1 insertions, 1 deletions
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