mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Calendar: fix immediate notifications, broken by 767b77a
This commit is contained in:
parent
c089e73678
commit
5c189c9a93
@ -3504,7 +3504,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
Framework::window_close();
|
Framework::window_close();
|
||||||
}
|
}
|
||||||
|
|
||||||
$content = array();
|
$content = $readonlys = $preserve = array();
|
||||||
$sel_options = array(
|
$sel_options = array(
|
||||||
'recur_type' => &$this->bo->recur_types,
|
'recur_type' => &$this->bo->recur_types,
|
||||||
'status' => $this->bo->verbose_status,
|
'status' => $this->bo->verbose_status,
|
||||||
|
Loading…
Reference in New Issue
Block a user