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