Fixed problems with visual console. Tiquets: #2465,#2483,#2482,#2486
This commit is contained in:
parent
f547985cd6
commit
f2181d66d7
|
@ -22,7 +22,6 @@ if ($get_image_path) {
|
|||
$img_src = get_parameter("img_src");
|
||||
$only_src = get_parameter("only_src", 0);
|
||||
|
||||
return html_print_image($img_src, false, '', $only_src);
|
||||
echo html_print_image($img_src, true, '', $only_src);
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue