mod_storage_memory: Inclued 'with' in search [luacheck]
authorKim Alvefur <zash@zash.se>
Thu, 30 Mar 2017 23:46:13 +0200
changeset 2664 796ace2c8f9d
parent 2663 6c22cb7b0e66
child 2665 1d734acabd46
mod_storage_memory: Inclued 'with' in search [luacheck]
mod_storage_memory/mod_storage_memory.lua
--- a/mod_storage_memory/mod_storage_memory.lua	Thu Mar 30 23:45:51 2017 +0200
+++ b/mod_storage_memory/mod_storage_memory.lua	Thu Mar 30 23:46:13 2017 +0200
@@ -99,6 +99,7 @@
 		limit = query.limit;
 		qstart = query.start or qstart;
 		qend = query["end"] or qend;
+		qwith = query.with;
 	end
 	if not start then return nil, "invalid-key"; end
 	local iter = coroutine.wrap(archive_iter);