summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 115cc0352..1c4389ece 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2408,7 +2408,7 @@
}
if ($view_mode == "unread_first") {
- if (!$override_order) $override_order = "unread DESC, $order_by";
+ $order_by = "unread DESC, $order_by";
}
if ($override_order) {