Merge "Update token handling for core API change"

This commit is contained in:
jenkins-bot 2014-08-10 12:04:51 +00:00 committed by Gerrit Code Review
commit 0d74309d09

View file

@ -66,7 +66,7 @@ class ApiAbuseFilterUnblockAutopromote extends ApiBase {
}
public function needsToken() {
return true;
return 'csrf';
}
public function getTokenSalt() {