Skip to content

Commit

Permalink
Fix a bug where clicking to "Show all schemas" on schema privilege pa…
Browse files Browse the repository at this point in the history
…ge leads back to the latest tab used in database level.
  • Loading branch information
ioguix committed Feb 23, 2012
1 parent 216e27a commit 7bf05b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privileges.php
Expand Up @@ -236,7 +236,7 @@ function doDefault($msg = '') {
$alltxt = $lang["strshowall{$_REQUEST['subject']}s"];
break;
case 'schema':
$allurl = "database.php";
$allurl = "schemas.php";
$alltxt = $lang["strshowallschemas"];
break;
case 'database':
Expand Down

0 comments on commit 7bf05b8

Please sign in to comment.