Another small fix

This commit is contained in:
Roman Hergenreder 2020-07-18 13:00:49 +02:00
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);