From 79dacc3f1ad86aabfc78c0ecb8603720dedd4cfe Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Jul 2013 20:31:02 -0700 Subject: fix some weirdness on the zot feed --- include/conversation.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index 1023c068d..61b563a5d 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1128,6 +1128,8 @@ function conv_sort($arr,$order) { usort($parents,'sort_thr_created'); elseif(stristr($order,'commented')) usort($parents,'sort_thr_commented'); + elseif(stristr($order,'ascending')) + usort($parents,'sort_thr_created_rev'); if(count($parents)) foreach($parents as $i=>$_x) -- cgit v1.2.3