diff --git a/airtime_mvc/application/forms/AddShowRepeats.php b/airtime_mvc/application/forms/AddShowRepeats.php index da8a0d306..ca20c5bae 100644 --- a/airtime_mvc/application/forms/AddShowRepeats.php +++ b/airtime_mvc/application/forms/AddShowRepeats.php @@ -52,6 +52,7 @@ class Application_Form_AddShowRepeats extends Zend_Form_SubForm $this->addElement('checkbox', 'add_show_no_end', array( 'label' => 'No End?', 'required' => false, + 'checked' => true, )); }