changing function name to existing one
This commit is contained in:
parent
7ff9c86817
commit
2c6e422791
@ -236,7 +236,7 @@ abstract class Stats
|
||||
|
||||
$year = $startyear;
|
||||
while ($year <= $endyear) {
|
||||
$datay[$year] = $this->getAverageByMonth($year);
|
||||
$datay[$year] = $this->_getAverageByMonth($year);
|
||||
$year++;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user