mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Fixed contacts search (suggestions)
This commit is contained in:
parent
29f579dc4e
commit
f3823333d7
10 changed files with 29 additions and 2542 deletions
|
|
@ -58,7 +58,7 @@ class AddressBook extends \RainLoop\Providers\AbstractProvider
|
|||
*/
|
||||
public function IsSharingAllowed()
|
||||
{
|
||||
return $this->oDriver instanceof \RainLoop\Providers\PersonalAddressBook\AddressBookInterface &&
|
||||
return $this->oDriver instanceof \RainLoop\Providers\AddressBook\AddressBookInterface &&
|
||||
$this->oDriver->IsSharingAllowed();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue