Sort tag cloud in alphabetical order

Fixes #932
This commit is contained in:
ArthurHoaro 2017-08-25 19:25:00 +02:00
parent 2a1292359b
commit f32ec5fb3c
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
$maxcount = max($maxcount, $value);
}
alphabetical_sort($tags, true, true);
alphabetical_sort($tags, false, true);
$tagList = array();
foreach($tags as $key => $value) {