From: Georg Ehrke Date: Sun, 13 May 2012 10:25:26 +0000 (+0200) Subject: fix another php notice X-Git-Tag: v4.0.0RC2~99 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f45411f79d5795d833653554330d3eb38634c8a0;p=nextcloud-server.git fix another php notice --- diff --git a/apps/calendar/ajax/event/new.form.php b/apps/calendar/ajax/event/new.form.php index f47cb6c3e2a..91b85fff07f 100755 --- a/apps/calendar/ajax/event/new.form.php +++ b/apps/calendar/ajax/event/new.form.php @@ -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'));