From: Aaron Schulz Date: Fri, 21 Nov 2008 00:31:56 +0000 (+0000) Subject: (bug 16388) 'HTMLFileCache's $mFileCache is initialized too late' X-Git-Tag: 1.31.0-rc.0~44242 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=e06a302520eddbdcd47ab9be6e24b615d0816023;p=lhc%2Fweb%2Fwiklou.git (bug 16388) 'HTMLFileCache's $mFileCache is initialized too late' --- diff --git a/includes/HTMLFileCache.php b/includes/HTMLFileCache.php index 3edddc9bd2..ce064b69c4 100644 --- a/includes/HTMLFileCache.php +++ b/includes/HTMLFileCache.php @@ -24,7 +24,7 @@ class HTMLFileCache { function HTMLFileCache( &$title ) { $this->mTitle =& $title; - $this->mFileCache = ''; + $this->mFileCache = $this->fileCacheName(); } function fileCacheName() {