mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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(
|
array(
|
||||||
'text' => lang('listview'),
|
'text' => lang('listview'),
|
||||||
'value' => 'menuaction=calendar.uilist.list',
|
'value' => 'menuaction=calendar.uilist.listview',
|
||||||
'selected' => $_GET['menuaction'] == 'calendar.uilist.listview',
|
'selected' => $_GET['menuaction'] == 'calendar.uilist.listview',
|
||||||
),
|
),
|
||||||
) as $data)
|
) as $data)
|
||||||
|
Loading…
Reference in New Issue
Block a user