From: Andrew Dolgov Date: Mon, 25 Mar 2013 19:01:40 +0000 (+0400) Subject: add unread_first view mode (2) X-Git-Tag: 1.7.6~281 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=434bf85626f6840ad8fe11a34574547a093c1fab;p=tt-rss.git add unread_first view mode (2) --- diff --git a/include/functions.php b/include/functions.php index 115cc035..1c4389ec 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) {