diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 93f6f441d..dee53b178 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -3463,7 +3463,7 @@ class e_form foreach($defsubmitopt as $k=>$v) { - $text .= "
  • ".$this->radio('__after_submit_action', $k, $selected,"label=".$v)."
  • "; + $text .= "
  • ".$this->radio('__after_submit_action', $k, $selected == $v, "label=".$v)."
  • "; } //$text .= '