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