fix: filter status do not work on peruser action comm

This commit is contained in:
Florian HENRY 2022-06-07 18:14:15 +02:00
parent 0146be0d15
commit 70892c18c5

View File

@ -624,7 +624,6 @@ if ($type) {
$sql .= " AND ca.id = ".((int) $type);
}
if ($status == '0') {
$sql .= " AND a.percent = 0";
}
if ($status == '-1') {