Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-03-20 06:41:36 +01:00
commit 0c37941cea
2 changed files with 2 additions and 1 deletions

View File

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

View File

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