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

View file

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