Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-10-09 14:21:15 +02:00
commit 2e89f8bc53
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,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

@ -1849,6 +1849,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;
}