X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatBase.php;h=471ce21553b1b313b2eacd6205f46278a9bc2810;hb=6b3e5511fb848890f174690885e748b90389c0b8;hp=4348fc881d4b0853dc3a7e2116eb94442ab4a915;hpb=99fe1baa742350ef7a6d206cc0e0da8004f01719;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 4348fc881d..471ce21553 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify @@ -30,7 +26,7 @@ * @ingroup API */ abstract class ApiFormatBase extends ApiBase { - private $mIsHtml, $mFormat, $mUnescapeAmps, $mHelp; + private $mIsHtml, $mFormat; private $mBuffer, $mDisabled = false; private $mIsWrappedHtml = false; private $mHttpStatus = false;