diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index a32bf5566..47d2f18c5 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -538,14 +538,7 @@ class e_form $thpath = isset($sc_parameters['nothumb']) || vartrue($hide) ? $default : $default_thumb; $label = "
"; - if($glyph = $tp->toGlyph($default_url)) - { - $label .= $glyph; - } - else - { - $label .= $tp->toIcon($default_url); - } + $label .= $tp->toIcon($default_url); $label .= "
";