diff --git a/htdocs/core/class/stats.class.php b/htdocs/core/class/stats.class.php index b06f1deb4c3..07d644f083d 100644 --- a/htdocs/core/class/stats.class.php +++ b/htdocs/core/class/stats.class.php @@ -30,7 +30,7 @@ abstract class Stats { protected $db; - private $_lastfetchdate=array(); // Dates of cache file read by methods + protected $_lastfetchdate=array(); // Dates of cache file read by methods public $cachefilesuffix=''; // Suffix to add to name of cache file (to avoid file name conflicts) /**