mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 06:29:49 +01:00
fixing warning regarding template->show
This commit is contained in:
parent
7998447573
commit
a30ed13116
@ -618,7 +618,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