X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDisabled.php;h=a6509d413ca8ccc37ad880d0de3db9418f4cf8ec;hb=42a95b7a93e814b159907372ee108e4da0da6aa4;hp=cf0d841eaa293b5bd3fcd928b9a908c4794c0129;hpb=5a09e9a15e3338d0dbf53f4a350c819184f0b5eb;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'; } }