X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDisabled.php;h=86100077a24a8b32e25ac75f3be1c4443eb74892;hb=b4b93fb8364b5ae9cb5adf719e795579d593a892;hp=9476066dfc0a6102e1f3246798464c29189b163c;hpb=30f28501243ba58faf4063b701cf3148bd1d1280;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'; } }