Merge "$wgUseGzip had no effect"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 24 Jun 2015 21:00:16 +0000 (21:00 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 24 Jun 2015 21:00:16 +0000 (21:00 +0000)
includes/cache/HTMLFileCache.php

index c07032b..483eaa5 100644 (file)
@@ -48,6 +48,7 @@ class HTMLFileCache extends FileCacheBase {
         * @throws MWException
         */
        public function __construct( $title, $action ) {
+               parent::__construct();
                $allowedTypes = self::cacheablePageActions();
                if ( !in_array( $action, $allowedTypes ) ) {
                        throw new MWException( 'Invalid file cache type given.' );