From 790d80c9fbe069804bfe3148d2a99007e422f39f Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Wed, 15 Nov 2017 11:49:20 -0500 Subject: [PATCH] Missed function call update update_gcontact -> update --- src/Protocol/PortableContact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index f4f20dc08..826d92159 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); }