X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDisabled.php;h=86100077a24a8b32e25ac75f3be1c4443eb74892;hb=a6b9f44d2d7a430afc4bd78bb9a5b1e271b6abe7;hp=9476066dfc0a6102e1f3246798464c29189b163c;hpb=1676448145f28cdf5bf399b13a39d909d7e0bb77;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index 9476066dfc..86100077a2 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify @@ -45,6 +41,14 @@ class ApiQueryDisabled extends ApiQueryBase { } public function getDescriptionMessage() { - return 'apihelp-query+disabled-description'; + return 'apihelp-query+disabled-summary'; + } + + public function getSummaryMessage() { + return 'apihelp-query+disabled-summary'; + } + + public function getExtendedDescription() { + return 'apihelp-query+disabled-extended-description'; } }