mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Kolab error: $id is string, should be int
This commit is contained in:
parent
4145c87e55
commit
e6bdb37ca1
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class KolabAddressBook implements \RainLoop\Providers\AddressBook\AddressBookInt
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$id = $oContact->id;
|
$id = \intval($oContact->id);
|
||||||
$sUID = '';
|
$sUID = '';
|
||||||
|
|
||||||
$oVCard = $oContact->vCard;
|
$oVCard = $oContact->vCard;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue