X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatDbg.php;h=273e205a87016d141d10a3c8a4e01568a0ad6f2e;hb=5c115a77890ce370d04eafd89005a028b9de8a40;hp=5ec518b358eb5934207fa11caa87b4a2c2dda7ea;hpb=e0615b688d8e1caaec1992fa467ebf7b4e5f486f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatDbg.php b/includes/api/ApiFormatDbg.php index 5ec518b358..273e205a87 100644 --- a/includes/api/ApiFormatDbg.php +++ b/includes/api/ApiFormatDbg.php @@ -43,7 +43,7 @@ class ApiFormatDbg extends ApiFormatBase { $this->printText( var_export( $this->getResultData(), true ) ); } - public function getDescription() { - return 'DEPRECATED! Output data in PHP\'s var_export() format' . parent::getDescription(); + public function isDeprecated() { + return true; } }