changing function name to existing one

This commit is contained in:
NASDAMI Quatadah 2022-06-14 11:06:10 +02:00
parent 7ff9c86817
commit 2c6e422791

View File

@ -236,7 +236,7 @@ abstract class Stats
$year = $startyear;
while ($year <= $endyear) {
$datay[$year] = $this->getAverageByMonth($year);
$datay[$year] = $this->_getAverageByMonth($year);
$year++;
}