Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4

This commit is contained in:
Weblate 2015-03-28 19:54:38 +01:00
commit b990e2646e
2 changed files with 1 additions and 1 deletions

View File

@ -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

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