mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-06 06:06:01 +02:00
fixed corrupted non-ascii chars in deleted message
This commit is contained in:
@ -839,7 +839,7 @@ class calendar_uiforms extends calendar_ui
|
||||
{
|
||||
$msg = lang('Event deleted');
|
||||
}
|
||||
$js = "opener.location.search += (opener.location.search?'&msg=':'?msg=')+'".
|
||||
$js = "opener.location += (opener.location.search?'&msg=':'?msg=')+'".
|
||||
addslashes($msg)."';";
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user