Database was being set at wrong place
This commit is contained in:
parent
00599cb37e
commit
ec6f20fac9
@ -1322,7 +1322,6 @@ function PMA_hasCurrentDbChanged($db)
|
||||
if ($db !== $current_db) {
|
||||
$reload = 1;
|
||||
}
|
||||
$GLOBALS['dbi']->selectDb($db);
|
||||
}
|
||||
|
||||
return $reload;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user