From: Adam Magness Date: Wed, 15 Nov 2017 16:49:20 +0000 (-0500) Subject: Missed function call update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=790d80c9fbe069804bfe3148d2a99007e422f39f;p=friendica.git Missed function call update update_gcontact -> update --- diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index f4f20dc086..826d921599 100644 --- a/src/Protocol/PortableContact.php +++ b/src/Protocol/PortableContact.php @@ -1602,7 +1602,7 @@ class PortableContact try { $gcontact = GlobalContact::sanitize($gcontact); - update_gcontact($gcontact); + GlobalContact::update($gcontact); } catch (Exception $e) { logger($e->getMessage(), LOGGER_DEBUG); }