patch #2242765 [core] Navi panel server links wrong
This commit is contained in:
@@ -240,7 +240,9 @@ function PMA_generate_common_url()
|
||||
$separator = PMA_get_arg_separator();
|
||||
|
||||
if (isset($GLOBALS['server'])
|
||||
&& $GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']) {
|
||||
&& $GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']
|
||||
// avoid overwriting when creating navi panel links to servers
|
||||
&& ! isset($params['server'])) {
|
||||
$params['server'] = $GLOBALS['server'];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user