mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +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');
|
$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_id;
|
||||||
var calendar_edit_date;
|
var calendar_edit_date;
|
||||||
function edit_series(id,date)
|
function edit_series(id,date)
|
||||||
|
Loading…
Reference in New Issue
Block a user