make date order the default for the directory

This commit is contained in:
friendica
2013-11-03 15:20:40 -08:00
parent 72287b2478
commit cea11c9498
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ function dirsearch_content(&$a) {
}
if($sort_order == 'date')
if($sort_order == 'normal')
$order = " order by xchan_name_date desc ";
elseif($sort_order == 'reverse')
$order = " order by xchan_name desc ";