aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b4c4347a..76526bd5 100644
--- a/index.php
+++ b/index.php
@@ -803,7 +803,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
803 $maxcount = max($maxcount, $value); 803 $maxcount = max($maxcount, $value);
804 } 804 }
805 805
806 alphabetical_sort($tags, true, true); 806 alphabetical_sort($tags, false, true);
807 807
808 $tagList = array(); 808 $tagList = array();
809 foreach($tags as $key => $value) { 809 foreach($tags as $key => $value) {