Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
b990e2646e
@ -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
|
||||
|
||||
@ -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