mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fixing warning regarding template->show
This commit is contained in:
parent
851f017d1d
commit
9b441faaf1
@ -630,7 +630,7 @@ class calendar_uiviews extends calendar_ui
|
||||
|
||||
$tpl = new etemplate('calendar.edit_series');
|
||||
|
||||
return $tpl->show().'<script type="text/javascript">
|
||||
return $tpl->show(array()).'<script type="text/javascript">
|
||||
var calendar_edit_id;
|
||||
var calendar_edit_date;
|
||||
function edit_series(id,date)
|
||||
|
Loading…
Reference in New Issue
Block a user