Quellcode durchsuchen

Another small fix

Roman Hergenreder vor 3 Jahren
Ursprung
Commit
c2e9d6c149
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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);