From: Michael Date: Mon, 1 Jul 2019 18:09:40 +0000 (+0000) Subject: Removed comment line X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e3aff9adeb3bb463bffa4db220bdf645a263a3d;p=friendica.git Removed comment line --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 84cdbbc828..8cdf331b7a 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -1877,7 +1877,6 @@ class Contact extends BaseObject self::updateContact($id, $uid, $ret['url'], $ret); // Update the corresponding gcontact entry -// PortableContact::lastUpdated($ret["url"]); GContact::updateFromProbe($ret['url']); return true;