mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixed only partially translated alarms
This commit is contained in:
parent
60c5847df3
commit
2f81eea8ef
@ -906,6 +906,10 @@ class calendar_boupdate extends calendar_bo
|
||||
{
|
||||
return False; // no rights
|
||||
}
|
||||
// need to load calendar translations and set currentapp, so calendar can reload a different lang
|
||||
translation::add_app('calendar');
|
||||
$GLOBALS['egw_info']['flags']['currentapp'] = 'calendar';
|
||||
|
||||
$ret = $this->send_update(MSG_ALARM,$to_notify,$event,False,$alarm['owner']);
|
||||
|
||||
// create a new alarm for recuring events for the next event, if one exists
|
||||
|
Loading…
Reference in New Issue
Block a user