fix: filter status do not work on peruser action comm
This commit is contained in:
parent
0146be0d15
commit
70892c18c5
@ -624,7 +624,6 @@ if ($type) {
|
|||||||
$sql .= " AND ca.id = ".((int) $type);
|
$sql .= " AND ca.id = ".((int) $type);
|
||||||
}
|
}
|
||||||
if ($status == '0') {
|
if ($status == '0') {
|
||||||
|
|
||||||
$sql .= " AND a.percent = 0";
|
$sql .= " AND a.percent = 0";
|
||||||
}
|
}
|
||||||
if ($status == '-1') {
|
if ($status == '-1') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user