Fix issues with show_inactive_bans

This commit is contained in:
ruan 2016-09-09 17:47:41 +02:00
parent 0f874cc521
commit 1d9c7d9a5d

View File

@ -126,7 +126,7 @@ class Page {
$sel = $this->get_selection($table); $sel = $this->get_selection($table);
if ($where !== "") { if ($where !== "") {
$where .= " OR "; $where .= " AND ";
} else { } else {
$where = "WHERE "; $where = "WHERE ";
} }