fix Undefined variable - bugfix for oc-69
This commit is contained in:
parent
5238a7812c
commit
78c5c2e7d5
1 changed files with 3 additions and 2 deletions
|
@ -184,6 +184,8 @@ if($data['repeating'] == 1){
|
|||
}
|
||||
$repeat['weekdays'] = $repeat_weekdays_;
|
||||
}
|
||||
}else{
|
||||
$repeat['repeat'] = 'doesnotrepeat';
|
||||
}
|
||||
|
||||
$calendar_options = OC_Calendar_Calendar::allCalendars(OC_User::getUser());
|
||||
|
@ -241,5 +243,4 @@ $tmpl->assign('repeat_bymonth', $repeat['bymonth']);
|
|||
$tmpl->assign('repeat_byweekno', $repeat['byweekno']);
|
||||
$tmpl->printpage();
|
||||
|
||||
?>
|
||||
|
||||
?>
|
Loading…
Reference in a new issue