summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 21430e6cc..c378de9bf 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -25,7 +25,7 @@ class Handler_Public extends Handler {
$date_sort_field = "ttrss_entries.title, date_entered, updated";
break;
case "date_reverse":
- $date_sort_field = "date_entered, updated";
+ $date_sort_field = "updated";
break;
case "feed_dates":
$date_sort_field = "updated DESC";