Unable to edit transformations, issue 12292

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2016-08-27 11:45:37 -04:00
parent ad5187383d
commit efe97b1500
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog
- issue #12476 Add error checking in reading advisory rules file
- issue #12477 Add checking missing elements and confirming element types from json_decode
- issue #12251 Automatically save SQL query in browser local storage rather than in cookie
- issue #12292 Unable to edit transformations
4.6.4 (2016-08-16)
- issue [security] Weaknesses with cookie encryption, see PMASA-2016-29

View File

@ -5,5 +5,5 @@
size="16"
class="textfield"
value="<?= (isset($columnMeta['Field']) && isset($mime_map[$columnMeta['Field']][$options_key])) ?
htmlspecialchars($mime_map[$columnMeta['Field']], [$options_key])
: '' ?>" />
htmlspecialchars($mime_map[$columnMeta['Field']][$options_key])
: '' ?>" />