mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
fixed only partially translated alarms
This commit is contained in:
parent
5b0ecf0491
commit
f5517a1ff8
@ -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