mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Bugfix: KolabAddressBook parse error
This commit is contained in:
parent
083b6988ee
commit
5cadccb985
2 changed files with 3 additions and 3 deletions
|
|
@ -310,7 +310,7 @@ class KolabAddressBook implements \RainLoop\Providers\AddressBook\AddressBookInt
|
|||
return $aResult;
|
||||
}
|
||||
|
||||
public function GetContactByEmail(string $sEmail) : ?Contact;
|
||||
public function GetContactByEmail(string $sEmail) : ?Contact
|
||||
{
|
||||
// TODO
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue