"pending" shouldn't be set as well by default ...

This commit is contained in:
Michael 2018-05-03 18:19:40 +00:00
parent bce3b6f896
commit 08bfced11b
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ class Probe
if (!$old_fields) {
$old_fields = true;
$fields['blocked'] = false;
$fields['pending'] = false;
}
dba::update('contact', $fields, $condition, $old_fields);