X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiDisabled.php;h=684c42547f367671bd71d7f2d1391b00b0ff2919;hb=ad2b0c7053a9b33eee5ac7995dbd32128179f4ef;hp=41bf9b69c7b854af59c711296543fa9e017ef2e1;hpb=2c8f7978df47f338ee6e245e3efba6175ba425e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiDisabled.php b/includes/api/ApiDisabled.php index 41bf9b69c7..684c42547f 100644 --- a/includes/api/ApiDisabled.php +++ b/includes/api/ApiDisabled.php @@ -45,6 +45,14 @@ class ApiDisabled extends ApiBase { } protected function getDescriptionMessage() { - return 'apihelp-disabled-description'; + return 'apihelp-disabled-summary'; + } + + protected function getSummaryMessage() { + return 'apihelp-disabled-summary'; + } + + protected function getExtendedDescription() { + return 'apihelp-disabled-extended-description'; } }