changing function name to the exisiting one
This commit is contained in:
parent
7ff9c86817
commit
642810cb6d
@ -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++;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user