Fix Forum\CalcStat
This commit is contained in:
parent
10d2eb7aa9
commit
a7605c4290
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Reference in a new issue