diff --git a/application/models/Shows.php b/application/models/Shows.php index 0b2dbe03c..0bd66e28a 100644 --- a/application/models/Shows.php +++ b/application/models/Shows.php @@ -49,7 +49,8 @@ class Show { $endDate = $r->fetchColumn(0); } - if(!isset($data['add_show_day_check'])) { + //only want the day of the week from the start date. + if(!$data['add_show_repeats']) { $data['add_show_day_check'] = array($startDow); }