From f01e458f228db79c4d59e6850de790b94ae3ce56 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 13 Sep 2024 07:19:10 -0400 Subject: [PATCH] mmode --- www-api/app/Controllers/WrenchUserContacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchUserContacts.php b/www-api/app/Controllers/WrenchUserContacts.php index 2f5e6154..c715c68e 100644 --- a/www-api/app/Controllers/WrenchUserContacts.php +++ b/www-api/app/Controllers/WrenchUserContacts.php @@ -56,7 +56,7 @@ class WrenchUserContacts extends BaseController Fire process events save to the backend database; */ - if ($in["csize"] >= $in["pcount"]){ + if ($in["csize"] + $in["mmode"] >= $in["pcount"]){ $time_to_save = true; } }