summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index e18b02353..0712a8a91 100644
--- a/functions.php
+++ b/functions.php
@@ -3648,7 +3648,7 @@
if (!$limit) $limit = 30;
$qfh_ret = queryFeedHeadlines($link, $feed,
- $limit, false, $is_cat, $search, $search_mode, $match_on, "date_updated DESC", 0,
+ $limit, false, $is_cat, $search, $search_mode, $match_on, "date_entered DESC", 0,
$owner_uid);
$result = $qfh_ret[0];