CC-1897 defaults to day of the week of start date.
This commit is contained in:
parent
f3efc9edaa
commit
85ab11dc56
1 changed files with 5 additions and 2 deletions
|
@ -81,6 +81,9 @@ class Show {
|
|||
if(!$data['add_show_repeats']) {
|
||||
$data['add_show_day_check'] = array($startDow);
|
||||
}
|
||||
else if($data['add_show_repeats'] && $data['add_show_day_check'] == "") {
|
||||
$data['add_show_day_check'] = array($startDow);
|
||||
}
|
||||
|
||||
//find repeat type or set to a non repeating show.
|
||||
if($data['add_show_repeats']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue