mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-01 19:51:02 +02:00
order headlines by score
This commit is contained in:
parent
a82dc5e490
commit
48b0c4ec7e
@ -3185,6 +3185,8 @@
|
|||||||
$order_by = "updated DESC";
|
$order_by = "updated DESC";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$order_by = "score DESC, $order_by";
|
||||||
|
|
||||||
if ($override_order) {
|
if ($override_order) {
|
||||||
$order_by = $override_order;
|
$order_by = $override_order;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user