summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index bb9e840..6312651 100644
--- a/init.php
+++ b/init.php
@@ -14,7 +14,7 @@ class Scored_Oldest_First extends Plugin {
function hook_headlines_custom_sort_override($order) {
if ($order == "dates_reverse_scored") {
- return [ "score DESC, updated", true ];
+ return [ "score DESC, updated", false ];
} else {
return [ "", false ];
}