Explorar o código

Another small fix

Roman Hergenreder %!s(int64=3) %!d(string=hai) anos
pai
achega
c2e9d6c149
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/Api/Stats.class.php

+ 1 - 0
core/Api/Stats.class.php

@@ -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);