mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +00:00
Remove legacy ApiBase::getTokenSalt() overrides
Method was removed in 1.24, extension requires MW 1.35+, so overrides aren't used Change-Id: Ia543a06c3fcefce3429c0031b813b742feee76f1
This commit is contained in:
parent
7afe18f996
commit
d24df030a3
|
@ -76,10 +76,6 @@ class ApiEchoArticleReminder extends ApiBase {
|
|||
return 'csrf';
|
||||
}
|
||||
|
||||
public function getTokenSalt() {
|
||||
return '';
|
||||
}
|
||||
|
||||
public function mustBePosted() {
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -95,10 +95,6 @@ class ApiEchoMarkRead extends ApiBase {
|
|||
return 'csrf';
|
||||
}
|
||||
|
||||
public function getTokenSalt() {
|
||||
return '';
|
||||
}
|
||||
|
||||
public function mustBePosted() {
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -115,10 +115,6 @@ class ApiEchoMute extends ApiBase {
|
|||
return 'csrf';
|
||||
}
|
||||
|
||||
public function getTokenSalt() {
|
||||
return '';
|
||||
}
|
||||
|
||||
public function mustBePosted() {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue