Another small fix
This commit is contained in:
parent
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);
|
||||
|
Loading…
Reference in New Issue
Block a user