]> git.mxchange.org Git - friendica.git/commitdiff
Removed comment line
authorMichael <heluecht@pirati.ca>
Mon, 1 Jul 2019 18:09:40 +0000 (18:09 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 1 Jul 2019 18:09:40 +0000 (18:09 +0000)
src/Model/Contact.php

index 84cdbbc828e16654116102cbfd21822d440b7854..8cdf331b7a443fd1bf99f52b64a420e33da7353e 100644 (file)
@@ -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;