changing function name to the existing one
This commit is contained in:
parent
7ff9c86817
commit
a52313bd83
@ -86,7 +86,7 @@ abstract class Stats
|
|||||||
$year = $year - 1;
|
$year = $year - 1;
|
||||||
}
|
}
|
||||||
while ($year <= $endyear) {
|
while ($year <= $endyear) {
|
||||||
$datay[$year] = $this->getNbByMonth($year, $format);
|
$datay[$year] = $this->_getNbByMonth($year, $format);
|
||||||
$year++;
|
$year++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user