aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
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 14307f274..3506178ea 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -132,7 +132,7 @@ function dirsearch_content(&$a) {
if($sort_order == 'date')
- $order = ""; // Not currently implemented
+ $order = " order by xchan_name_date desc ";
elseif($sort_order == 'reverse')
$order = " order by xchan_name desc ";
else