Skip to content

Commit 3609244

Browse files
committed
1 parent 3b509a7 commit 3609244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/models/Additional_data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ public function get_ops_sus_suicides($op_ids = false)
656656
AND hit.frame IN (killed.frame, GREATEST(killed.frame, 1) - 1, killed.frame + 1)", 'LEFT')
657657
->where("hit.id IS NULL AND killed.event = 'killed' AND killed.victim_aid IS NOT NULL AND killed.victim_aid = killed.attacker_aid");
658658

659-
if ($op_ids !== false) {
659+
if ($op_ids !== false && count($op_ids) !== 0) {
660660
$this->db->where_in('killed.operation_id', $op_ids);
661661
}
662662

0 commit comments

Comments
 (0)