mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #4144 Extended-User type=radio value conversion fix.
This commit is contained in:
@@ -944,6 +944,8 @@ class e107_user_extended
|
||||
foreach($choices as $choice)
|
||||
{
|
||||
$choice = trim($choice);
|
||||
$choice = $tp->toHTML($choice);
|
||||
|
||||
if(strpos($choice,"|")!==FALSE)
|
||||
{
|
||||
list($val,$label) = explode("|",$choice);
|
||||
|
Reference in New Issue
Block a user