]> git.mxchange.org Git - friendica.git/commitdiff
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 d31a222f865a4e307987f821780251f5aa4bf2b3..569e57381e5e9bb96af186b4ab7fc8fc4c3e1848 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);