X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatJson.php;h=19c5e5f0854e1bc16b59a9e5c87b7deaa3bbb862;hb=a36db2e887aa6bc1dec9a52bb6003689d67daf01;hp=acbc7d3bc25ac20c97564548658fc65699ef73f9;hpb=8e384379a76c5c7b358df83c7ad987e308c55248;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatJson.php b/includes/api/ApiFormatJson.php index acbc7d3bc2..19c5e5f085 100644 --- a/includes/api/ApiFormatJson.php +++ b/includes/api/ApiFormatJson.php @@ -90,8 +90,4 @@ class ApiFormatJson extends ApiFormatBase { return 'Output data in JSON format' . parent::getDescription(); } } - - public function getVersion() { - return __CLASS__ . ': $Id$'; - } }