mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +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>';
|
'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.
|
// Not sure why this has to be echoed instead of appended, but that's what works.
|
||||||
echo calendar_uiviews::edit_series();
|
echo calendar_uiviews::edit_series();
|
||||||
|
Loading…
Reference in New Issue
Block a user