]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix another php notice
authorGeorg Ehrke <dev@georgswebsite.de>
Sun, 13 May 2012 10:25:26 +0000 (12:25 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Sun, 13 May 2012 10:25:26 +0000 (12:25 +0200)
apps/calendar/ajax/event/new.form.php

index f47cb6c3e2ae0a6b225571601a2839a07e90fd49..91b85fff07f25dc0696e3cb81b58fd5abd8335ff 100755 (executable)
@@ -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'));