patch #2242765 [core] Navi panel server links wrong
This commit is contained in:
@@ -7,6 +7,10 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
|
|
||||||
3.2.0.0 (not yet released)
|
3.2.0.0 (not yet released)
|
||||||
|
|
||||||
|
3.1.1.0 (not yet released)
|
||||||
|
- patch #2242765 [core] Navi panel server links wrong,
|
||||||
|
thanks to Martin Stricker - martinstricker
|
||||||
|
|
||||||
3.1.0.0 (not yet released)
|
3.1.0.0 (not yet released)
|
||||||
+ [auth] Support for Swekey hardware authentication
|
+ [auth] Support for Swekey hardware authentication
|
||||||
- bug #2046883 [core] Notices about deprecated dl() (so stop using it)
|
- bug #2046883 [core] Notices about deprecated dl() (so stop using it)
|
||||||
|
@@ -240,7 +240,9 @@ function PMA_generate_common_url()
|
|||||||
$separator = PMA_get_arg_separator();
|
$separator = PMA_get_arg_separator();
|
||||||
|
|
||||||
if (isset($GLOBALS['server'])
|
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'];
|
$params['server'] = $GLOBALS['server'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user