X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatNone.php;h=dc623ac1e9eab0d8da296c6ec1bf43728664eccd;hb=d25cb992;hp=78023af3d79831f6569e9d85c0971373b88a7d38;hpb=2152738bca8ad4010de3f45a884e4dc9dd80bc7b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index 78023af3d7..dc623ac1e9 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -36,8 +36,4 @@ class ApiFormatNone extends ApiFormatBase { public function execute() { } - - public function getDescription() { - return 'Output nothing' . parent::getDescription(); - } }