diff --git a/inc/page.php b/inc/page.php index aa72e6d..cbfe185 100644 --- a/inc/page.php +++ b/inc/page.php @@ -185,7 +185,7 @@ class Page { $select = $this->get_selection($table); // Not user input - $where = $this->where_append($this->name === "kicks" ? "" : $this->db->active_query); // Not user input + $where = $this->where_append($this->db->active_query); // Not user input $where .= "(uuid <> '#offline#' AND uuid IS NOT NULL)"; $st = $this->conn->prepare("SELECT $select FROM $table $where ORDER BY time DESC LIMIT :limit OFFSET :offset");