Browse Source

Minor change

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

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

@@ -29,7 +29,7 @@ class CalcStat extends Method
             $numReplies = 0;
         } else {
             $vars = [
-                ':tid' => $this->model->id
+                ':tid' => $this->model->id,
             ];
             $query = 'SELECT COUNT(p.id) - 1
                 FROM ::posts AS p