mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-12-13 11:34:52 +00:00
Fix issues with show_inactive_bans
This commit is contained in:
@@ -126,7 +126,7 @@ class Page {
|
||||
$sel = $this->get_selection($table);
|
||||
|
||||
if ($where !== "") {
|
||||
$where .= " OR ";
|
||||
$where .= " AND ";
|
||||
} else {
|
||||
$where = "WHERE ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user