mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Fix group participant localization issue
This commit is contained in:
parent
ed397791dc
commit
8fec4d6b94
@ -2554,7 +2554,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
}
|
}
|
||||||
|
|
||||||
//elseif (//$attributes['params']['CUTYPE'] == 'GROUP'
|
//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')))
|
if (($uid = $GLOBALS['egw']->accounts->name2id($matches[1], 'account_lid', 'g')))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user