Minor change
This commit is contained in:
parent
3b53122aa1
commit
d1972e6043
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue