Skip to content

Commit

Permalink
bug phpmyadmin#4571 Database Privileges link does not work
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <[email protected]>
  • Loading branch information
Marc Delisle committed Oct 23, 2014
1 parent 1e21d7b commit e6c3f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
- bug #4259 reCaptcha sound session expired problem
- bug #4557 PHP fatal error, undefined function __()
- bug #4568 Date displayed incorrectly when charting a timeline
- bug #4571 Database Privileges link does not work

4.2.10.1 (2014-10-21)
- bug #4562 [security] XSS in debug SQL output
Expand Down
2 changes: 1 addition & 1 deletion server_privileges.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
* Displays the links
*/
if (isset($_REQUEST['viewing_mode']) && $_REQUEST['viewing_mode'] == 'db') {
$_REQUEST['db'] = $_REQUEST['checkprivsdb'];
$GLOBALS['db'] = $_REQUEST['db'] = $_REQUEST['checkprivsdb'];

$url_query .= '&amp;goto=db_operations.php';

Expand Down

0 comments on commit e6c3f10

Please sign in to comment.