$wgUseGzip had no effect
authorSeb35 <seb35wikipedia@gmail.com>
Sat, 20 Jun 2015 17:07:07 +0000 (19:07 +0200)
committerSeb35 <seb35wikipedia@gmail.com>
Sat, 20 Jun 2015 17:07:07 +0000 (19:07 +0200)
commitad0d70fd52f93eadce4cf085fc01cc13765a89df
tree5cc9558867a9b01b631e42bd7bf34a6e15fd8465
parent03c1d480a7d9bed2136639d2da32c97dc5023291
$wgUseGzip had no effect

Since MediaWiki 1.24 a constructor is defined in HTMLFileCache,
so the constructor of the parent class, FileCacheBase, is no more
called, and $wgUseGzip is no more used. This fix explicitely calls
the parent constructor.

Bug: T103237
Change-Id: I80c1871881049b9618c23aa76e6665867ecec2aa
includes/cache/HTMLFileCache.php