Merge pull request #10773 from frederic34/patch-2
Update stats.class.php
This commit is contained in:
commit
86f4e81a6e
@ -30,7 +30,7 @@
|
|||||||
abstract class Stats
|
abstract class Stats
|
||||||
{
|
{
|
||||||
protected $db;
|
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)
|
public $cachefilesuffix=''; // Suffix to add to name of cache file (to avoid file name conflicts)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user