filter testing: exclude archived articles because filtering on them makes no sense
This commit is contained in:
parent
d2d6c8dbb2
commit
5d4d591826
1 changed files with 2 additions and 0 deletions
|
@ -4058,6 +4058,8 @@
|
|||
$qpart .= " AND $cat_qpart";
|
||||
}
|
||||
|
||||
$qpart .= " AND feed_id IS NOT NULL";
|
||||
|
||||
array_push($query, "($qpart)");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue