mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
fix typo
This commit is contained in:
parent
cf1dad6d52
commit
07ddbdd0d6
@ -178,7 +178,7 @@ class sifaddressbook extends bocontacts
|
||||
return false;
|
||||
}
|
||||
|
||||
if(($foundContacts = bocontact::search($contact)))
|
||||
if(($foundContacts = bocontacts::search($contact)))
|
||||
{
|
||||
error_log(print_r($foundContacts,true));
|
||||
return $foundContacts[0]['id'];
|
||||
|
Loading…
Reference in New Issue
Block a user