Merge pull request #1617 from devenbansod/bug-#4820
Tries to fix bug-#4820
This commit is contained in:
commit
18feac258f
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user