Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--index.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c533497b0..a38a1608b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
- 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 0e3e0c85d6..6770b28ad6 100644
--- a/index.php
+++ b/index.php
@@ -417,7 +417,7 @@ PMA_printListItem(
PMA_printListItem(
__('List of changes'),
'li_pma_changes',
- PMA_linkURL('changelog.php'),
+ 'changelog.php' . PMA_URL_getCommon(),
null,
'_blank'
);