Update stats.class.php

The property _lastfetchdate is declared private in Stats and cannot be accessed from this context.
This commit is contained in:
Frédéric FRANCE 2019-03-07 17:35:02 +01:00 committed by GitHub
parent 4ecc1dac56
commit 1917adb980
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)
/**