Fix "Error: Token mismatch" error in reloading navigation

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
Deven Bansod 2016-08-17 10:33:18 +05:30
parent 5898e19e73
commit 9233365ca5

View File

@ -964,7 +964,8 @@ function PMA_ensureNaviSettings(selflink) {
function PMA_reloadNavigation(callback, paths) {
var params = {
reload: true,
no_debug: true
no_debug: true,
token: PMA_commonParams.get('token')
};
paths = paths || traverseNavigationForPaths();
$.extend(params, paths);