X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDisabled.php;h=7f029546dfd40257286be4110dfe56e8eef45225;hb=93f78d904d22fc0e22d373d0aea253493ee640fc;hp=86100077a24a8b32e25ac75f3be1c4443eb74892;hpb=f673cfd18a0fa8eb1c9ef0a34e2c1eb9c124a5e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index 86100077a2..7f029546df 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -40,10 +40,6 @@ class ApiQueryDisabled extends ApiQueryBase { return []; } - public function getDescriptionMessage() { - return 'apihelp-query+disabled-summary'; - } - public function getSummaryMessage() { return 'apihelp-query+disabled-summary'; }