diff --git a/html/pages/device/apps/mysql.inc.php b/html/pages/device/apps/mysql.inc.php index 25e1587b1..511edf3cd 100644 --- a/html/pages/device/apps/mysql.inc.php +++ b/html/pages/device/apps/mysql.inc.php @@ -20,7 +20,7 @@ foreach ($app_sections as $app_section => $app_section_text) { echo(""); } - echo(generate_link(nicecase($app_section),$vars,array('app_section'=>$app_section))); + echo(generate_link($app_section_text,$vars,array('app_section'=>$app_section))); if ($vars['app_section'] == $app_section) { echo(""); } $sep = " | "; }