Fix #13686 Clicking on column name to trigger sort with an active search leads to logout

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2017-10-09 23:16:57 +11:00
parent 605c14453f
commit b000c394f7
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog
- issue #13710 Fixed possible error in server advisor
- issue #13477 Fixed setting input transformations
- issue #13552 Fixed IPv4/IPv6 To Binary input transformation
- issue #13686 Clicking on column name to trigger sort with an active search leads to logout
4.7.4 (2017-08-23)
- issue #13415 Remove shadow from the logo

View File

@ -1858,6 +1858,7 @@ class Util
$submit_link = '#';
} else {
$query_parts[] = 'redirect=' . $url_parts['path'];
$query_parts[] = 'token=' . $_SESSION[' PMA_token '];
if (empty($GLOBALS['subform_counter'])) {
$GLOBALS['subform_counter'] = 0;
}