X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fapi%2FApiDisabled.php;h=5369768d458bc8068ee8f3e527725f5f2e162ce0;hb=4ec93f15d6146d5881c7754ce7d3202d758b326d;hp=32111894b8a4fd495bdbb494cbb2030840207a0c;hpb=3f59cb9f3a53ad28f8a95fe299c5de6abd24b453;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'; }