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

This commit is contained in:
Michael 2018-05-03 18:19:40 +00:00 committed by Roland Häder
parent f28301e18f
commit 17a39340b5
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
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);