The branch, master has been updated via 448d656010acdf92486f21ea826ff0fee5b23be5 (commit) from 249e7f99a2cf17977788fa65f5fd968c667e86a3 (commit)
- Log ----------------------------------------------------------------- commit 448d656010acdf92486f21ea826ff0fee5b23be5 Author: Michal Čihař mcihar@suse.cz Date: Thu Aug 11 14:33:12 2011 +0200
Rather generate new url params, global does not always exist
-----------------------------------------------------------------------
Summary of changes: libraries/advisor.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/advisor.class.php b/libraries/advisor.class.php index 482d80e..11e0119 100644 --- a/libraries/advisor.class.php +++ b/libraries/advisor.class.php @@ -122,7 +122,7 @@ class Advisor
$rule['recommendation'] = preg_replace( '/{([a-z_0-9]+)}/Ui', - '<a href="server_variables.php?'.$GLOBALS['url_query'].'#filter=\1">\1</a>', + '<a href="server_variables.php' . PMA_generate_common_url() . '#filter=\1">\1</a>', _gettext($rule['recommendation']));
break;
hooks/post-receive