Setup script icons broken
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
94192d66c7
commit
07147d174c
@ -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
|
||||
|
||||
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user