diff options
Diffstat (limited to 'MLEB/Translate/api/ApiQueryMessageTranslations.php')
-rw-r--r-- | MLEB/Translate/api/ApiQueryMessageTranslations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/api/ApiQueryMessageTranslations.php b/MLEB/Translate/api/ApiQueryMessageTranslations.php index 13eed8b6..3a24a720 100644 --- a/MLEB/Translate/api/ApiQueryMessageTranslations.php +++ b/MLEB/Translate/api/ApiQueryMessageTranslations.php @@ -112,7 +112,7 @@ class ApiQueryMessageTranslations extends ApiQueryBase { $result->addIndexedTagName( [ 'query', $this->getModuleName() ], 'message' ); } - public function getAllowedParams() { + protected function getAllowedParams() { return [ 'title' => [ ApiBase::PARAM_TYPE => 'string', |