Forráskód Böngészése

Fix Forum\CalcStat

Visman 4 éve
szülő
commit
a7605c4290
1 módosított fájl, 1 hozzáadás és 1 törlés
  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      = 0;
             $this->model->last_post_id   = 0;
             $this->model->last_post_id   = 0;
             $this->model->last_poster    = 0;
             $this->model->last_poster    = 0;
-            $this->model->last_poster_id = 0
+            $this->model->last_poster_id = 0;
             $this->model->last_topic     = 0;
             $this->model->last_topic     = 0;
         } else {
         } else {
             $this->model->last_post      = $result['last_post'];
             $this->model->last_post      = $result['last_post'];