Fix method visibility
This commit is contained in:
parent
348c1c4caa
commit
35e70e7936
@ -624,7 +624,7 @@ abstract class Stats
|
||||
* @param string $sql SQL
|
||||
* @return array
|
||||
*/
|
||||
function _getAmountByYear($sql)
|
||||
protected function _getAmountByYear($sql)
|
||||
{
|
||||
$result = array();
|
||||
$resql = $this->db->query($sql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user