changing function name to the exisiting one

This commit is contained in:
NASDAMI Quatadah 2022-06-14 11:08:28 +02:00
parent 7ff9c86817
commit 642810cb6d

View File

@ -180,7 +180,7 @@ abstract class Stats
$year = $year - 1;
}
while ($year <= $endyear) {
$datay[$year] = $this->getAmountByMonth($year, $format);
$datay[$year] = $this->_getAmountByMonth($year, $format);
$year++;
}