diff --git a/js/common.js b/js/common.js index 8c4e8b8c65..ed7b44d551 100644 --- a/js/common.js +++ b/js/common.js @@ -83,7 +83,7 @@ var PMA_commonParams = (function () { */ getUrlQuery: function () { return PMA_sprintf( - '?%s&server=%s&db=%s&table=%s', + '%s&server=%s&db=%s&table=%s', this.get('common_query'), encodeURIComponent(this.get('server')), encodeURIComponent(this.get('db')),