1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 18:31:29 +00:00

offline: also download starred articles

This commit is contained in:
Andrew Dolgov
2009-02-04 15:50:28 +03:00
parent 3c6d3586f6
commit a400a562e9

View File

@@ -562,7 +562,7 @@
$limit = min($limit, $amount);
if ($unread_only) {
$unread_qpart = "unread = true AND ";
$unread_qpart = "(unread = true OR marked = true) AND ";
}
if ($cidt && $cidb) {