From b52a17608cb778d43a343192c50d5cf026183c91 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Sun, 29 Mar 2015 03:55:01 +0530 Subject: [PATCH] Tries to fix bug-#4820 Removed the str_replace on $anchor as it seemed to break the anchor links. Signed-off-by: Deven Bansod --- libraries/Util.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 2795b1fb1c..b44034646a 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -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';