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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-03-20 07:40:01 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-03-20 08:24:16 +0300
commit51d3a1fc403c84e251424538532bd27007a26a5e (patch)
tree761ce135dfb03a86f6a302445d79cf6833bc0ab6 /index.php
parent610e3c76a203c3b2252cb6df1f2ff5925c0f3295 (diff)
bug #4802 Changelog page is not working
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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'
);