Missed function call update

update_gcontact -> update
This commit is contained in:
Adam Magness 2017-11-15 11:49:20 -05:00
parent 259f91caa9
commit 790d80c9fb
1 changed files with 1 additions and 1 deletions

View File

@ -1602,7 +1602,7 @@ class PortableContact
try { try {
$gcontact = GlobalContact::sanitize($gcontact); $gcontact = GlobalContact::sanitize($gcontact);
update_gcontact($gcontact); GlobalContact::update($gcontact);
} catch (Exception $e) { } catch (Exception $e) {
logger($e->getMessage(), LOGGER_DEBUG); logger($e->getMessage(), LOGGER_DEBUG);
} }