Fix group participant localization issue

This commit is contained in:
Jörg Lehrke 2010-04-12 06:31:30 +00:00
parent f976e3079c
commit b0532e4ac2

View File

@ -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')))
{