Merge pull request #10773 from frederic34/patch-2

Update stats.class.php
This commit is contained in:
Laurent Destailleur 2019-03-08 19:33:40 +01:00 committed by GitHub
commit 86f4e81a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
/**