]> git.mxchange.org Git - friendica.git/commitdiff
Removed unused parameter
authorMichael <heluecht@pirati.ca>
Thu, 6 Aug 2020 19:04:00 +0000 (19:04 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 6 Aug 2020 19:04:00 +0000 (19:04 +0000)
src/Module/Contact.php

index 750a927e882aa5a3050f2d2ffab6825c95c03015..3cb57f8f207a1d9543fd5665638f94c2929dd097 100644 (file)
@@ -185,7 +185,7 @@ class Contact extends BaseModule
                }
 
                // Update the entry in the contact table
-               Model\Contact::updateFromProbe($contact_id, '', true);
+               Model\Contact::updateFromProbe($contact_id);
        }
 
        /**