Tries to fix bug-#4820
This commit is contained in:
Marc Delisle 2015-03-28 14:48:58 -04:00
commit 18feac258f

View File

@ -444,7 +444,6 @@ class PMA_Util
{
// Fixup for newly used names:
$link = str_replace('_', '-', /*overload*/mb_strtolower($link));
$anchor = str_replace('_', '-', /*overload*/mb_strtolower($anchor));
if (empty($link)) {
$link = 'index';