From 10c86197f1f63e222dfc9e937911e35ab500a208 Mon Sep 17 00:00:00 2001 From: Jonathan Tschanter Date: Sat, 22 Jan 2022 21:24:24 +0100 Subject: Adds edit cards and templates to include --- src/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DB.php') diff --git a/src/DB.php b/src/DB.php index c04d189..1effbf0 100644 --- a/src/DB.php +++ b/src/DB.php @@ -42,7 +42,7 @@ class DB if (! empty($criteria) && ! is_null($exists)) { foreach (get_object_vars($entity) as $key => $value) { - $exists->$key = $value; + $exists->$key = $value; } } else { $exists = $entity; -- cgit v1.2.3