mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
fixed corrupted non-ascii chars in deleted message
This commit is contained in:
parent
b603b7605c
commit
df5aae20f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user