Setup script icons broken

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2016-06-14 23:42:45 -04:00
parent 94192d66c7
commit 07147d174c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -178,7 +178,7 @@ function PMA_displayInput($path, $name, $type, $value, $description = '',
$icons[$k] = sprintf(
'<img alt="%s" src="%s"%s />',
$v[1],
"./themes/original/img/{$v[0]}",
"../themes/original/img/{$v[0]}",
$title
);
}