浏览代码

Another small fix

Roman Hergenreder 3 年之前
父节点
当前提交
c2e9d6c149
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);