Missed function call update
update_gcontact -> update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user