fix undefined indices - bugfix for oc-99
This commit is contained in:
parent
66f8a0e1a3
commit
b8e01939e9
|
@ -229,6 +229,7 @@ $tmpl->assign('endtime', $endtime);
|
|||
$tmpl->assign('description', $description);
|
||||
|
||||
$tmpl->assign('repeat', $repeat['repeat']);
|
||||
if($repeat['repeat'] != 'doesnotrepeat'){
|
||||
$tmpl->assign('repeat_month', $repeat['month']);
|
||||
$tmpl->assign('repeat_weekdays', $repeat['weekdays']);
|
||||
$tmpl->assign('repeat_interval', $repeat['interval']);
|
||||
|
@ -241,6 +242,7 @@ $tmpl->assign('repeat_byyearday', $repeat['byyearday']);
|
|||
$tmpl->assign('repeat_bymonthday', $repeat['bymonthday']);
|
||||
$tmpl->assign('repeat_bymonth', $repeat['bymonth']);
|
||||
$tmpl->assign('repeat_byweekno', $repeat['byweekno']);
|
||||
}
|
||||
$tmpl->printpage();
|
||||
|
||||
?>
|
Loading…
Reference in New Issue