summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/browse.php b/browse.php
index ed8b94be..e5994c38 100644
--- a/browse.php
+++ b/browse.php
@@ -63,6 +63,7 @@ switch($_REQUEST['action']) {
$browse->show_objects();
break;
case 'tag':
+ //FIXME: This whole thing is ugly, even though it works.
$browse->set_sort('count','ASC');
// This one's a doozy
$browse->set_simple_browse(false);