diff --git a/ChangeLog b/ChangeLog index e8b3406e65..760733637b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -84,6 +84,7 @@ explanation - bug #4804 Undefined Index after export schema - bug #4802 Changelog page is not working - bug #4815 Infinite calls to index.php +- bug #4820 Invalid links to dev.mysql.com 4.3.12.0 (2015-03-14) - bug #4746 Right-aligned columns have left-aligned header diff --git a/libraries/Util.class.php b/libraries/Util.class.php index a14265497a..780bade05e 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';