Typecast parameter of getAddressBookById
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
67f1ef4658
commit
e6433eeb02
|
@ -402,7 +402,7 @@ class CardDavBackend implements BackendInterface, SyncSupport {
|
|||
|
||||
$this->addChange($addressBookId, "", 2);
|
||||
|
||||
$addressBookRow = $this->getAddressBookById($addressBookId);
|
||||
$addressBookRow = $this->getAddressBookById((int)$addressBookId);
|
||||
$shares = $this->getShares($addressBookId);
|
||||
$this->dispatcher->dispatchTyped(new AddressBookUpdatedEvent((int)$addressBookId, $addressBookRow, $shares, $mutations));
|
||||
|
||||
|
|
Loading…
Reference in New Issue