From 51d3a1fc403c84e251424538532bd27007a26a5e Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 20 Mar 2015 10:10:01 +0530 Subject: bug #4802 Changelog page is not working Signed-off-by: Madhura Jayaratne --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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' ); -- cgit v1.2.3