mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 05:31:58 +02:00
Typo - fixing commit 77ccca83a4d15b067f976648274bab9eec06a885
This commit is contained in:
parent
483c20d71d
commit
bc9b037ecc
@ -3466,7 +3466,7 @@ class e_form
|
||||
|
||||
foreach($defsubmitopt as $k=>$v)
|
||||
{
|
||||
$text .= "<li><a href='#' class='e-noclick'>".$this->radio('__after_submit_action', $k, $selected == $v, "label=".$v)."</a></li>";
|
||||
$text .= "<li><a href='#' class='e-noclick'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</a></li>";
|
||||
}
|
||||
|
||||
//$text .= '
|
||||
|
Loading…
x
Reference in New Issue
Block a user