Fixed contacts search (suggestions)

This commit is contained in:
RainLoop Team 2014-05-05 23:10:37 +04:00
parent 29f579dc4e
commit f3823333d7
10 changed files with 29 additions and 2542 deletions

View file

@ -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();
}