aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-03 15:20:40 -0800
committerfriendica <info@friendica.com>2013-11-03 15:20:40 -0800
commitcea11c94984f0f824bc5f1da260bd8ee4ea109cd (patch)
tree88a4caacf03e5b65a9822255f56e92af1ce442ce /mod/dirsearch.php
parent72287b24783edcaf44d1d93bb901729d1af0375a (diff)
downloadvolse-hubzilla-cea11c94984f0f824bc5f1da260bd8ee4ea109cd.tar.gz
volse-hubzilla-cea11c94984f0f824bc5f1da260bd8ee4ea109cd.tar.bz2
volse-hubzilla-cea11c94984f0f824bc5f1da260bd8ee4ea109cd.zip
make date order the default for the directory
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index 66f9a6f4c..9f8ff6a86 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -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 ";