mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
* Calendar/CalDAV: not searching addressbook for CN, as match can be not unique or without an email address, causing notification to fail --> store as email address
This commit is contained in:
parent
f1c5c8334b
commit
889f47fe9b
@ -2795,11 +2795,8 @@ class calendar_ical extends calendar_boupdate
|
||||
{
|
||||
$cn = substr($cn,1,-1);
|
||||
}
|
||||
$searcharray['n_fn'] = $cn;
|
||||
}
|
||||
elseif ($cn)
|
||||
{
|
||||
$searcharray['n_fn'] = $cn;
|
||||
// not searching for $cn, as match can be not unique or without an email address
|
||||
// --> notification will fail, better store just as email
|
||||
}
|
||||
|
||||
if ($this->log)
|
||||
|
Loading…
Reference in New Issue
Block a user