Urgent bugfix: Public contacts had been blocked automatically when created
authorMichael <heluecht@pirati.ca>
Thu, 3 May 2018 17:43:10 +0000 (17:43 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:00 +0000 (22:50 +0200)
src/Network/Probe.php

index d31a222..569e573 100644 (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);