Fixed bug in pdf metaconsole os icon

This commit is contained in:
manuel 2019-12-23 10:53:33 +01:00
parent 7f61caaa15
commit 58beb51401
1 changed files with 2 additions and 2 deletions

View File

@ -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);