From: Michael Date: Thu, 3 May 2018 18:19:40 +0000 (+0000) Subject: "pending" shouldn't be set as well by default ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=08bfced11bfe9848e0b5ca6d19c006e030575471;p=friendica.git "pending" shouldn't be set as well by default ... --- diff --git a/src/Network/Probe.php b/src/Network/Probe.php index 569e57381e..d31a222f86 100644 --- a/src/Network/Probe.php +++ b/src/Network/Probe.php @@ -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);