Tries to fix bug-#4820

Removed the str_replace on $anchor as it seemed to break the anchor links.

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
Deven Bansod 2015-03-29 03:55:01 +05:30
parent f4ddd75bfc
commit b52a17608c

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';