mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_storage_memory: Fix copypaste mistake
This commit is contained in:
parent
9b96017ca9
commit
170c49b52d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ function archive_store:find(username, query)
|
||||||
end, count;
|
end, count;
|
||||||
end
|
end
|
||||||
|
|
||||||
function archive:summary(username, query)
|
function archive_store:summary(username, query)
|
||||||
local iter, err = self:find(username, query)
|
local iter, err = self:find(username, query)
|
||||||
if not iter then return iter, err; end
|
if not iter then return iter, err; end
|
||||||
local summary = {};
|
local summary = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue