parent
259f91caa9
commit
790d80c9fb
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user