mirror of
https://github.com/friendica/friendica
synced 2024-11-11 11:02:56 +00:00
Urgent bugfix: Public contacts had been blocked automatically when created
This commit is contained in:
parent
72f5b863d8
commit
f28301e18f
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ class Probe
|
||||||
if (!$old_fields) {
|
if (!$old_fields) {
|
||||||
$old_fields = true;
|
$old_fields = true;
|
||||||
$fields['blocked'] = false;
|
$fields['blocked'] = false;
|
||||||
$fields['pending'] = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dba::update('contact', $fields, $condition, $old_fields);
|
dba::update('contact', $fields, $condition, $old_fields);
|
||||||
|
|
Loading…
Reference in a new issue