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; } }