Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-06-02 18:02:18 +02:00
commit fe3f8ce0ea
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog
- issue #13269 Small refactoring in preparation to CSP
4.7.2 (not yet released)
- issue #13314 Make theme selection keep current server
4.7.1 (2017-05-25)
- issue #13132 Always execute tracking queries as controluser

View File

@ -367,8 +367,9 @@ class ThemeManager
$select_box = '';
if ($form) {
$select_box .= '<form name="setTheme" method="get"';
$select_box .= '<form name="setTheme" method="post"';
$select_box .= ' action="index.php" class="disableAjax">';
$select_box .= URL::getHiddenInputs();
}
$theme_preview_path= './themes.php';