From 410e9d35aac7fdc3c016e543e210f207801ec0f6 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 13 Nov 2014 08:10:53 +0530 Subject: [PATCH] Bug #4588 Moving, renaming, dropping actions in table operations page results in token mismatch Signed-off-by: Madhura Jayaratne --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')),