Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b8627092c4
@ -81,8 +81,9 @@ var PMA_commonParams = (function () {
|
||||
*/
|
||||
getUrlQuery: function () {
|
||||
return $.sprintf(
|
||||
'?%s&db=%s&table=%s',
|
||||
'?%s&server=%s&db=%s&table=%s',
|
||||
this.get('common_query'),
|
||||
encodeURIComponent(this.get('server')),
|
||||
encodeURIComponent(this.get('db')),
|
||||
encodeURIComponent(this.get('table'))
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user