fix Undefined variable - bugfix for oc-69

This commit is contained in:
Georg Ehrke 2012-01-21 17:42:10 +01:00
parent 5238a7812c
commit 78c5c2e7d5
1 changed files with 3 additions and 2 deletions

View File

@ -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();
?>
?>