Fix fatal error by passing correct type

This commit is contained in:
Nathan Gray 2013-02-07 11:02:35 +00:00
parent 087ea097b6
commit ca7f0f46ed

View File

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