mirror of
https://github.com/friendica/friendica
synced 2024-11-11 10:22:54 +00:00
"pending" shouldn't be set as well by default ...
This commit is contained in:
parent
f28301e18f
commit
17a39340b5
1 changed files with 1 additions and 0 deletions
|
@ -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