Urgent bugfix: Public contacts had been blocked automatically when created
This commit is contained in:
parent
72f5b863d8
commit
f28301e18f
|
@ -448,7 +448,6 @@ class Probe
|
|||
if (!$old_fields) {
|
||||
$old_fields = true;
|
||||
$fields['blocked'] = false;
|
||||
$fields['pending'] = false;
|
||||
}
|
||||
|
||||
dba::update('contact', $fields, $condition, $old_fields);
|
||||
|
|
Loading…
Reference in New Issue
Block a user