forked from extern/egroupware
Fix email-only attendees issue
This commit is contained in:
parent
bc32563b23
commit
015173f608
@ -2754,7 +2754,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
{
|
{
|
||||||
$email = 'no-email@egroupware.org'; // set dummy email to store the CN
|
$email = 'no-email@egroupware.org'; // set dummy email to store the CN
|
||||||
}
|
}
|
||||||
$uid = 'e'. ($cn ? '"' . $cn . '" <' . $email . '>' : $email);
|
$uid = 'e'. ($cn ? $cn . ' <' . $email . '>' : $email);
|
||||||
if ($this->log)
|
if ($this->log)
|
||||||
{
|
{
|
||||||
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__
|
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__
|
||||||
|
Loading…
Reference in New Issue
Block a user