]> git.mxchange.org Git - friendica.git/commitdiff
"pending" shouldn't be set as well by default ...
authorMichael <heluecht@pirati.ca>
Thu, 3 May 2018 18:19:40 +0000 (18:19 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:04 +0000 (22:50 +0200)
src/Network/Probe.php

index 569e57381e5e9bb96af186b4ab7fc8fc4c3e1848..d31a222f865a4e307987f821780251f5aa4bf2b3 100644 (file)
@@ -448,6 +448,7 @@ class Probe
                                if (!$old_fields) {
                                        $old_fields = true;
                                        $fields['blocked'] = false;
+                                       $fields['pending'] = false;
                                }
 
                                dba::update('contact', $fields, $condition, $old_fields);