diff plugins/mod_storage_memory.lua @ 14197:3b26b8772fb1

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Tue, 26 May 2026 12:31:32 +0100
parents 159047a453f2
children
line wrap: on
line diff
--- a/plugins/mod_storage_memory.lua	Tue May 26 11:47:33 2026 +0100
+++ b/plugins/mod_storage_memory.lua	Tue May 26 12:31:32 2026 +0100
@@ -206,7 +206,7 @@
 		item.when = new_when;
 	end
 	if new_with then
-		item.with = new_when;
+		item.with = new_with;
 	end
 	return true;
 end