fix some weirdness on the zot feed

This commit is contained in:
friendica
2013-07-29 20:31:02 -07:00
parent 7b3c29ebe6
commit 79dacc3f1a
3 changed files with 24 additions and 13 deletions

View File

@@ -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)