Update stats.class.php
The property _lastfetchdate is declared private in Stats and cannot be accessed from this context.
This commit is contained in:
parent
4ecc1dac56
commit
1917adb980
@ -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)
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user