From 9e3aff9adeb3bb463bffa4db220bdf645a263a3d Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 1 Jul 2019 18:09:40 +0000 Subject: [PATCH] Removed comment line --- src/Model/Contact.php | 1 - 1 file changed, 1 deletion(-) 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;