X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatFeedWrapper.php;h=d2bfd48d33c7870ab079df4a394c172eb5bbfcfa;hb=996587e228e71436dc4bf2bceb41ce5a94e9288c;hp=00747eef59e9ec780e914905872a4d8079e9fb32;hpb=d964c0ed629bcc9620e2a6e2d9b02741d3eaba25;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatFeedWrapper.php b/includes/api/ApiFormatFeedWrapper.php index 00747eef59..d2bfd48d33 100644 --- a/includes/api/ApiFormatFeedWrapper.php +++ b/includes/api/ApiFormatFeedWrapper.php @@ -59,15 +59,6 @@ class ApiFormatFeedWrapper extends ApiFormatBase { return null; } - /** - * Optimization - no need to sanitize data that will not be needed - * - * @return bool - */ - public function getNeedsRawData() { - return true; - } - /** * ChannelFeed doesn't give us a method to print errors in a friendly * manner, so just punt errors to the default printer.