fixed bug: listview via selectbox redirected to home

This commit is contained in:
Ralf Becker 2005-11-30 12:11:58 +00:00
parent 24472f972d
commit e3b986f57f

View File

@ -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)