Another "Duplicate entry" error avoided

This commit is contained in:
Michael 2020-08-28 05:47:41 +00:00
parent 44ee4a54b4
commit 1d8e1284ef
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class DeliveryData
$fields['uri-id'] = $uri_id;
return DBA::insert('post-delivery-data', $fields);
return DBA::replace('post-delivery-data', $fields);
}
/**