mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
order headlines by score
This commit is contained in:
@@ -3185,6 +3185,8 @@
|
||||
$order_by = "updated DESC";
|
||||
}
|
||||
|
||||
$order_by = "score DESC, $order_by";
|
||||
|
||||
if ($override_order) {
|
||||
$order_by = $override_order;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user