comparison plugins/mod_storage_memory.lua @ 14194:159047a453f2 13.0

mod_storage_memory: Fix assignment to 'with' when calling archive:set() Copy/paste fail?
author Matthew Wild <mwild1@gmail.com>
date Tue, 26 May 2026 11:52:00 +0100
parents 50324f66ca2a
children
comparison
equal deleted inserted replaced
14193:de95e133af8e 14194:159047a453f2
204 end 204 end
205 if new_when then 205 if new_when then
206 item.when = new_when; 206 item.when = new_when;
207 end 207 end
208 if new_with then 208 if new_with then
209 item.with = new_when; 209 item.with = new_with;
210 end 210 end
211 return true; 211 return true;
212 end 212 end
213 213
214 function archive_store:summary(username, query) 214 function archive_store:summary(username, query)