Generate reload params on place where they are used.
This fixes reloading navigation frame when database is selected.
This commit is contained in:
@@ -49,10 +49,6 @@ require_once './libraries/common.inc.php';
|
||||
*/
|
||||
function PMA_exitNavigationFrame()
|
||||
{
|
||||
$params = array('uniqid' => uniqid());
|
||||
if (!empty($GLOBALS['db'])) {
|
||||
$params['db'] = $GLOBALS['db'];
|
||||
}
|
||||
echo '</body></html>';
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user