diff --git a/ChangeLog b/ChangeLog index 3d4d374919..794472a163 100644 --- a/ChangeLog +++ b/ChangeLog @@ -80,6 +80,7 @@ explanation - bug #4798 Missing column when exporting in sql - bug #4810 Broken find and replace - bug #4804 Undefined Index after export schema +- bug #4802 Changelog page is not working 4.3.12.0 (2015-03-14) - bug #4746 Right-aligned columns have left-aligned header diff --git a/index.php b/index.php index ae619db03b..b1d3607614 100644 --- a/index.php +++ b/index.php @@ -424,7 +424,7 @@ PMA_printListItem( PMA_printListItem( __('List of changes'), 'li_pma_changes', - PMA_linkURL('changelog.php'), + 'changelog.php' . PMA_URL_getCommon(), null, '_blank' );