X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FHistoryBlob.php;h=51bd7a9e94f0eb11218e13bc7b408f95d258ec8b;hp=56cf815e457f6af855a8a672c6473ab9f7c5b2c3;hb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;hpb=22806b0a4509e97b56fb52b387e17e3c80fb7eb2 diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index 56cf815e45..51bd7a9e94 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -76,9 +76,6 @@ class ConcatenatedGzipHistoryBlob implements HistoryBlob { public $mMaxSize = 10000000; public $mMaxCount = 100; - /** - * Constructor - */ public function __construct() { if ( !function_exists( 'gzdeflate' ) ) { throw new MWException( "Need zlib support to read or write this "