Merge "Update token handling for MediaWiki API change"

This commit is contained in:
jenkins-bot 2014-08-13 19:45:34 +00:00 committed by Gerrit Code Review
commit 15efa202a2

View file

@ -165,7 +165,7 @@ class ApiVisualEditorEdit extends ApiVisualEditor {
}
public function needsToken() {
return true;
return 'csrf';
}
public function getTokenSalt() {