forked from extern/egroupware
Fix group participant localization issue
This commit is contained in:
parent
f976e3079c
commit
b0532e4ac2
@ -2655,7 +2655,7 @@ class calendar_ical extends calendar_boupdate
|
||||
}
|
||||
|
||||
//elseif (//$attributes['params']['CUTYPE'] == 'GROUP'
|
||||
if (preg_match('/(.*) Group/', $cn, $matches))
|
||||
if (preg_match('/(.*) '. lang('Group') . '/', $cn, $matches))
|
||||
{
|
||||
if (($uid = $GLOBALS['egw']->accounts->name2id($matches[1], 'account_lid', 'g')))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user