X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiDisabled.php;h=5369768d458bc8068ee8f3e527725f5f2e162ce0;hb=825d66bfa44c5dae2b78e2fe4f3b16f16aff4a12;hp=32111894b8a4fd495bdbb494cbb2030840207a0c;hpb=6f7e982df6479e27c3b17f2deda8404ef55f50e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiDisabled.php b/includes/api/ApiDisabled.php index 32111894b8..5369768d45 100644 --- a/includes/api/ApiDisabled.php +++ b/includes/api/ApiDisabled.php @@ -40,10 +40,6 @@ class ApiDisabled extends ApiBase { return false; } - protected function getDescriptionMessage() { - return 'apihelp-disabled-summary'; - } - protected function getSummaryMessage() { return 'apihelp-disabled-summary'; }