Fixed bug in pdf metaconsole os icon
This commit is contained in:
parent
7f61caaa15
commit
58beb51401
|
@ -776,9 +776,9 @@ function ui_print_os_icon(
|
|||
}
|
||||
|
||||
if (is_metaconsole()) {
|
||||
$no_in_meta = true;
|
||||
} else {
|
||||
$no_in_meta = false;
|
||||
} else {
|
||||
$no_in_meta = true;
|
||||
}
|
||||
|
||||
$icon = (string) db_get_value('icon_name', 'tconfig_os', 'id_os', (int) $id_os);
|
||||
|
|
Loading…
Reference in New Issue