X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcache%2FHTMLFileCache.php;h=483eaa57685abe69b04b489148c6de4ff0c9c2c4;hp=c07032bf035a96197cea1a22285d981fd6048087;hb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;hpb=68644e2d340fc8ed1b43f47a0c4fd65cc62e6c7e diff --git a/includes/cache/HTMLFileCache.php b/includes/cache/HTMLFileCache.php index c07032bf03..483eaa5768 100644 --- a/includes/cache/HTMLFileCache.php +++ b/includes/cache/HTMLFileCache.php @@ -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.' );