mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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()) {
|
if (is_metaconsole()) {
|
||||||
$no_in_meta = true;
|
|
||||||
} else {
|
|
||||||
$no_in_meta = false;
|
$no_in_meta = false;
|
||||||
|
} else {
|
||||||
|
$no_in_meta = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$icon = (string) db_get_value('icon_name', 'tconfig_os', 'id_os', (int) $id_os);
|
$icon = (string) db_get_value('icon_name', 'tconfig_os', 'id_os', (int) $id_os);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user