X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDisabled.php;h=a94af695b6daf59f5f626810de8b197921a2bcd9;hb=996587e228e71436dc4bf2bceb41ce5a94e9288c;hp=9476066dfc0a6102e1f3246798464c29189b163c;hpb=dfaa26a7b19ab65190a76cd32259a3637cc3e2fd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index 9476066dfc..a94af695b6 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -45,6 +45,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'; } }