X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDisabled.php;h=a6509d413ca8ccc37ad880d0de3db9418f4cf8ec;hb=b29425e0b4bd90588fee46efafb58b5f41729033;hp=cf0d841eaa293b5bd3fcd928b9a908c4794c0129;hpb=2152738bca8ad4010de3f45a884e4dc9dd80bc7b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index cf0d841eaa..a6509d413c 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -44,17 +44,7 @@ class ApiQueryDisabled extends ApiQueryBase { return array(); } - public function getParamDescription() { - return array(); - } - - public function getDescription() { - return array( - 'This module has been disabled.' - ); - } - - public function getExamples() { - return array(); + public function getDescriptionMessage() { + return 'apihelp-query+disabled-description'; } }