Skip to content
Snippets Groups Projects
Commit f45411f7 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix another php notice

parent 85cc34fd
Branches
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ $tmpl->assign('repeat_byweekno_options', $repeat_byweekno_options);
$tmpl->assign('repeat_bymonthday_options', $repeat_bymonthday_options);
$tmpl->assign('repeat_weekofmonth_options', $repeat_weekofmonth_options);
$tmpl->assign('eventid', 'new');
$tmpl->assign('startdate', $start->format('d-m-Y'));
$tmpl->assign('starttime', $start->format('H:i'));
$tmpl->assign('enddate', $end->format('d-m-Y'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment