From 07147d174c5018e56f09285861a1a17e8c7e18aa Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 14 Jun 2016 23:42:45 -0400 Subject: [PATCH] Setup script icons broken Signed-off-by: Isaac Bennetch --- ChangeLog | 1 + libraries/config/FormDisplay.tpl.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 390e3779ba..91e5196a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog - issue #6274 Add support for export user settings as config.inc.php snippet - issue #5555 Better report query errors while generating SQL exports - issue #12307 Produce valid JSON on export +- issue #12325 Setup script icons broken 4.6.3 (not yet released) - issue #12249 Fixed cookie path on Windows diff --git a/libraries/config/FormDisplay.tpl.php b/libraries/config/FormDisplay.tpl.php index b51081b94a..fba31fc612 100644 --- a/libraries/config/FormDisplay.tpl.php +++ b/libraries/config/FormDisplay.tpl.php @@ -178,7 +178,7 @@ function PMA_displayInput($path, $name, $type, $value, $description = '', $icons[$k] = sprintf( '%s', $v[1], - "./themes/original/img/{$v[0]}", + "../themes/original/img/{$v[0]}", $title ); }