"pending" shouldn't be set as well by default ...
This commit is contained in:
parent
cd7c337134
commit
7e54499856
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue