Urgent bugfix: Public contacts had been blocked automatically when created

This commit is contained in:
Michael
2018-05-03 17:43:10 +00:00
committed by Roland Häder
parent 72f5b863d8
commit f28301e18f

View File

@@ -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);