Kolab error: $id is string, should be int

This commit is contained in:
the-djmaze 2023-02-09 09:29:45 +01:00
parent 4145c87e55
commit e6bdb37ca1

View file

@ -156,7 +156,7 @@ class KolabAddressBook implements \RainLoop\Providers\AddressBook\AddressBookInt
return false;
}
$id = $oContact->id;
$id = \intval($oContact->id);
$sUID = '';
$oVCard = $oContact->vCard;