Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2014-11-13 05:40:53 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2014-11-13 05:40:53 +0300
commit410e9d35aac7fdc3c016e543e210f207801ec0f6 (patch)
tree2acb43a4bd117faaaabecd7f7fc97f03783c556a /js/common.js
parent42466067984c2d0ac088061675a0a71b94041153 (diff)
Bug #4588 Moving, renaming, dropping actions in table operations page results in token mismatch
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/common.js')
-rw-r--r--js/common.js2
1 files changed, 1 insertions, 1 deletions
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')),