order headlines by score
This commit is contained in:
parent
a82dc5e490
commit
48b0c4ec7e
|
@ -3185,6 +3185,8 @@
|
|||
$order_by = "updated DESC";
|
||||
}
|
||||
|
||||
$order_by = "score DESC, $order_by";
|
||||
|
||||
if ($override_order) {
|
||||
$order_by = $override_order;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue