Another small fix
Esse commit está contido em:
pai
852d94e736
commit
c2e9d6c149
@ -58,6 +58,7 @@ class Stats extends Request {
|
||||
->from("Visitor")
|
||||
->where(new Compare("day", $monthStart, ">="))
|
||||
->where(new Compare("day", $monthEnd, "<"))
|
||||
->where(new Compare("count", 2, ">="))
|
||||
->execute();
|
||||
|
||||
$this->success = ($res !== false);
|
||||
|
Carregando…
Referência em uma nova issue
Block a user