diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index ab039d89d5..8f7c0281ea 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -932,12 +932,12 @@ function html_print_select( } $select2 = 'select2.min'; - if ($config['style'] === 'pandora_black' && !is_metaconsole()) { + if ($config['style'] === 'pandora_black' && is_metaconsole() === false) { $select2 = 'select2_dark.min'; } if (($multiple === false || $select2_multiple_enable === true) && $select2_enable === true) { - if (is_ajax()) { + if (is_ajax() === true) { $output .= '