1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

fix adaptive vgroup view crashing

This commit is contained in:
Andrew Dolgov 2013-03-25 16:50:56 +04:00
parent 8cb46a1e83
commit a6b23045a4

View File

@ -2253,7 +2253,7 @@
$override_order = "unread DESC, $a_order_by";
}
if (!$ignore_vfeed_group &&
if (!$ignore_vfeed_group && ($is_cat || $feed_id < 0) &&
get_pref($link, 'VFEED_GROUP_BY_FEED', $owner_uid)) {
$override_order = "ttrss_feeds.title, $override_order";