Skip to content
Snippets Groups Projects
Unverified Commit 55dc8783 authored by Michael Große's avatar Michael Große
Browse files

fix(search): sort list of namespaces alphabetical in 2nd order

parent 4bdf82b5
No related branches found
No related tags found
No related merge requests found
...@@ -373,6 +373,7 @@ class Search extends Ui ...@@ -373,6 +373,7 @@ class Search extends Ui
} }
$namespaces[$subtopNS] += 1; $namespaces[$subtopNS] += 1;
} }
ksort($namespaces);
arsort($namespaces); arsort($namespaces);
return $namespaces; return $namespaces;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment