X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiDisabled.php;h=32111894b8a4fd495bdbb494cbb2030840207a0c;hb=8624538de243da3779db5eb3362bedf78d2e2931;hp=41bf9b69c7b854af59c711296543fa9e017ef2e1;hpb=299b7b412731f60866885c0532558c349ba3da76;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiDisabled.php b/includes/api/ApiDisabled.php index 41bf9b69c7..32111894b8 100644 --- a/includes/api/ApiDisabled.php +++ b/includes/api/ApiDisabled.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify @@ -45,6 +41,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'; } }