forked from extern/egroupware
fix typo preventing ics parsing
This commit is contained in:
parent
aab42f722a
commit
69d093e617
@ -2661,7 +2661,7 @@ class calendar_ical extends calendar_boupdate
|
||||
break;
|
||||
case 'ORGANIZER':
|
||||
$event['organizer'] = $attributes['value']; // no egw field, but needed in AS
|
||||
if (strtlower(substr($event['organizer'],0,7)) == 'mailto:')
|
||||
if (strtolower(substr($event['organizer'],0,7)) == 'mailto:')
|
||||
{
|
||||
$event['organizer'] = substr($event['organizer'],7);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user