Urgent bugfix: Public contacts had been blocked automatically when created
This commit is contained in:
parent
002a1d1f54
commit
cd7c337134
|
@ -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 a new issue