Browse Source

Fix Forum\CalcStat

Visman 4 years ago
parent
commit
a7605c4290
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Forum/CalcStat.php

+ 1 - 1
app/Models/Forum/CalcStat.php

@@ -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'];