Fix Forum\CalcStat

This commit is contained in:
Visman 2020-11-07 12:33:16 +07:00
parent 10d2eb7aa9
commit a7605c4290

View file

@ -47,7 +47,7 @@ class CalcStat extends Method
$this->model->last_post = 0;
$this->model->last_post_id = 0;
$this->model->last_poster = 0;
$this->model->last_poster_id = 0
$this->model->last_poster_id = 0;
$this->model->last_topic = 0;
} else {
$this->model->last_post = $result['last_post'];