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:
parent
605c14453f
commit
b000c394f7
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user