Skip to content

Commit

Permalink
Fix #11345 Token mismatch error
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Aug 6, 2015
1 parent 58bf367 commit 34a484e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/codemirror/addon/lint/sql-lint.js
Expand Up @@ -32,6 +32,7 @@ CodeMirror.sqlLint = function(text, updateLinting, options, cm) {
data: {
sql_query: text,
token: PMA_commonParams.get('token'),
server: PMA_commonParams.get('server')
},
success: handleResponse
});
Expand Down

0 comments on commit 34a484e

Please sign in to comment.