mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix typo preventing ics parsing
This commit is contained in:
parent
0e4d04cb6c
commit
668c48eaa8
@ -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