mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixed bug: listview via selectbox redirected to home
This commit is contained in:
parent
24472f972d
commit
e3b986f57f
@ -446,7 +446,7 @@ class uical
|
||||
),
|
||||
array(
|
||||
'text' => lang('listview'),
|
||||
'value' => 'menuaction=calendar.uilist.list',
|
||||
'value' => 'menuaction=calendar.uilist.listview',
|
||||
'selected' => $_GET['menuaction'] == 'calendar.uilist.listview',
|
||||
),
|
||||
) as $data)
|
||||
|
Loading…
Reference in New Issue
Block a user