mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix fatal error by passing correct type
This commit is contained in:
parent
087ea097b6
commit
ca7f0f46ed
@ -185,7 +185,7 @@ class calendar_uilist extends calendar_ui
|
||||
'em; overflow: auto; }}</style>';
|
||||
}
|
||||
|
||||
$html = $etpl->exec('calendar.calendar_uilist.listview',$content,$sel_options,$readonlys,'',$home ? -1 : 0);
|
||||
$html = $etpl->exec('calendar.calendar_uilist.listview',$content,$sel_options,$readonlys,array(),$home ? -1 : 0);
|
||||
|
||||
// Not sure why this has to be echoed instead of appended, but that's what works.
|
||||
echo calendar_uiviews::edit_series();
|
||||
|
Loading…
Reference in New Issue
Block a user